mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-09 06:42:57 +00:00
* refactor: table-metadata-manager * feat: remove comparing when deleting metadata * fix: fix comment typos * chore: apply suggestions from CR * test: add tests for updating DatanodeTable * fix: fix clippy * chore: apply suggestions from CR * refactor: improve update table route tests * refactor: return Txn instead of TxnRequest * chore: apply suggestions from CR * chore: apply suggestions from CR * refactor: update table metadata in single txn * feat: check table exists before drop table executing * test: add tests for table metadata manager * refactor: remove table region manager * chore: apply suggestions from CR * feat: add bench program * chore: apply suggestions from CR