mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
* feat: add page cache * docs: update mito config toml * feat: impl CachedPageReader * feat: use cache reader to read row group * feat: do not fetch data if we have pages in cache * chore: return if nothing to fetch * feat: enlarge page cache size * test: test write read parquet * test: test cache * docs: update comments * test: fix config api test * feat: cache metrics * feat: change default page cache size * test: fix config api test