mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
* feat: Add FlushPicker * feat(storage): Add close to StorageEngine * style(storage): fix clippy * feat(storage): Close regions in StorageEngine::close * chore(storage): Clear requests on scheduler stop * test(storage): Test flush picker * feat(storage): Add metrics for auto flush * feat(storage): Add flush reason and record it in metrics * feat: Expose flush config docs(config): Update config example * refactor(storage): Run auto flush task in FlushScheduler * refactor(storage): Add FlushItem trait to make FlushPicker easy to test