mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 17:23:09 +00:00
* feat: use streaming read instead of reading whole file * feat: enable atomic writing for object store file caching * fix: recover existing keys from local cache * test: recovering keys from local file cache for LruCachePolicy * Update src/datanode/src/instance.rs Co-authored-by: Yingwen <realevenyag@gmail.com> * chore: cr comments * feat: md5 hash caching path * fix: test * fix: read cache * Update src/object-store/src/cache_policy.rs Co-authored-by: Yingwen <realevenyag@gmail.com> --------- Co-authored-by: Yingwen <realevenyag@gmail.com>