mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-14 20:10:37 +00:00
* feat: implement the `TableCache` * refactor: use `TableCache` * refactor: replace `TableFlowManager` with `TableFlownodeSetCache` * refactor: introduce cache crate * chore: add comments * chore: update comments * chore: apply suggestions from CR * chore: rename `cache_invalidator` to `local_cache_invalidator` * chore(fuzz): set `acquire_timeout` to 30s