geo: Support deletion of local transaction tables #11123
Labels
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-825
Description
Context: #9980 #10783
We currently do not have any way of safely deleting a transaction status table, which means that transaction tables created through CREATE TABLESPACE will remain even after DROP TABLESPACE (though unused). We should identify transaction status tables left behind from a dropped tablespace and delete them automatically when safe.
The text was updated successfully, but these errors were encountered: