mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-17 21:40:37 +00:00
* feat: add builder to build cache manager * refactor: make MitoEngine::new async * refactor: refactor object store creation * refactor: add helper fn to attaches layers * feat: fn to build fs store * feat: add write cache to engine * feat: config write cache * style: fix clippy * test: fix test * feat: add warning * chore: add experimental prefix to configs * test: fix config test * test: test weighted size * feat: add switch to enable write cache * fix: update cache stats by using get * style: use then