Open
Description
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
Many features rely on faster point queries and retrieval, such as partial updates, returning specific output fields, and insert deduplication.
There might be couple of thing to optimize primary key query
- Profiling and fix the bottleneck, especially the layout of the multi field data
- Support global PK index to avoid check too much bloom filters and search on all segment workers
- Support Quotient Filter for each segment(As alternative of bloom filter), and merge Quotient Filter on delegator to
- Support zone maps(aka skip indexes)
- Use ART to store Primary key.
- ....
Why is this needed?
No response
Anything else?
No response