mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-16 10:12:58 +00:00
* feat: initial twcs impl * chore: rename SimplePicker to LeveledPicker * rename some structs * Remove Compaction strategy * make compaction picker a trait object * make compaction picker configurable for every region * chore: add some test for ttl * add some tests * fix: some style issues in cr * feat: enable twcs when creating tables * feat: allow config time window when creating tables * fix: some cr comments