Shannon-Data / ShannonBase

A MySQL HTAP Database, Open Source version of MySQL Heatwave, Powered by AI.
https://www.shannonbase.org
Other
16 stars 6 forks source link

feat(shannon): Table Recycle bin #21

Closed ShannonBase closed 12 months ago

ShannonBase commented 1 year ago

To support recycle bin, which it likes file recycle bin. If you're enable this option, drop table or somethings like this, it does not perform real operation. It's a logical operation on this object you peform. ShannonBase will move these objects to recycle bin. After expired time reached, these tables will be dropped automatically.