You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Rationale
Close#955
see title
## Detailed Changes
- Introduce another independent file to store metadata of sst
## Test Plan
- UT
- `test_parquet_build_and_read` tests write and read.
- `test_arrow_meta_data` tests compatible with older version.
- Manually
- Upgrade from old deployments
- Start a new deploy, and run tsbs
---------
Co-authored-by: jiacai2050 <dev@liujiacai.net>
Describe This Problem
We currently use parquet as our underlying file format, and we find the metadata of one SST is very large. Eg:
Ideally SST's metadata should be cached to improve query perf, so we need to find solutions to decrease metadata size to avoid OOM in production.
Proposal
Additional Context
Xor filter size for different key num
This snippet show when key are less than 10, the cost of per key is relatively high, maybe we could use hash(u16) to store them.
The text was updated successfully, but these errors were encountered: