Summary
Unable to delete previously soft-deleted databases or tables.
- Error when attempting to delete a previously soft-deleted database:
Delete command failed: server responded with error [409 Conflict]: attempted to delete resource that was already deleted
- No way to convert soft-deleted databases and tables to hard-deleted state
- Pre-3.2 soft-deleted databases don't have hard delete timestamps set
Information Schema queries
It is confusing to a user to continue showing hard-deleted tables in information_schema queries after the hard-delete date has expired.
This is due to the INFLUXDB3_DELETE_GRACE_PERIOD setting, which is 24 hours by default, at which point the table is completely removed from the catalog.
Proposed Solution
Summary
Unable to delete previously soft-deleted databases or tables.
Delete command failed: server responded with error [409 Conflict]: attempted to delete resource that was already deletedInformation Schema queries
It is confusing to a user to continue showing hard-deleted tables in
information_schemaqueries after the hard-delete date has expired.This is due to the
INFLUXDB3_DELETE_GRACE_PERIODsetting, which is 24 hours by default, at which point the table is completely removed from the catalog.Proposed Solution
hard_delete_timeof a database that has already been deletedhard_delete_timeinformation, when specified