Skip to content
Discussion options

You must be logged in to vote

Thanks for bringing this up! The combination of Cuckoo filters with LRU eviction is an interesting approach for memory-efficient deduplication. Given the complexity and impact of this proposal, I think this would benefit from a RFC. This would help the community and maintainers evaluate the design more thoroughly and ensure it fits well with Vector's architecture.

Some things to cover:

  1. The numbers
  • How many unique keys do we want to support?
  • What are the memory constraints?
  • What false positive rate would be acceptable for your use case?
  1. Design specifics
  • Describe the algorithm
  • Discuss configuration parameters
  • What metrics to emit
  1. Implementation Considerations
  • Is a Cuckoo filter s…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@esensar
Comment options

Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants