-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Search before asking
- I searched in the issues and found nothing similar.
Motivation
The SST file format can be used in the following scenarios:
- As the local storage format for LookupFile.
- In the B-tree global index.
- When query performance is a higher priority—for example, when used as a Flink dimension table—the data can be directly stored in SST format.
Solution
Based on current LookupStore implementation, we can introduce a generalized SST FileFormat which can store any binary key-value pairs. The file format is expected to provide below functionality:
- fast lookup
- fast range query
- fast random access
- efficient full-file scan
Anything else?
Please refer to pip-25 as the related proposal and refer to PR as current draft implementation.
Are you willing to submit a PR?
- I'm willing to submit a PR!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request