Update content/influxdb3/clustered/admin/tables/delete.md

pull/6184/head
Jason Stirnaman 2025-07-01 09:33:58 -05:00 committed by GitHub
parent dab1ae5417
commit 490c57d024
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 11 deletions

View File

@ -40,14 +40,13 @@ Replace the following:
When prompted, enter `y` to confirm the deletion.
{{% note %}}
#### Wait before reusing a deleted table name
After deleting a table, wait a few minutes before attempting to create a new
table with the same name to ensure the deletion process has fully completed.
{{% product-name %}} creates tables implicitly using table names specified in
line protocol written to the databases. To prevent the deleted table from being
immediately recreated by incoming write requests, pause all write requests to
the table before deleting it.
{{% /note %}}
> [!Note]
> #### Wait before reusing a deleted table name
>
> After deleting a table, wait a few minutes before attempting to create a new
> table with the same name to ensure the deletion process has fully completed.
>
> {{% product-name %}} creates tables implicitly using table names specified in
> line protocol written to the databases. To prevent the deleted table from being
> immediately recreated by incoming write requests, pause all write requests to
> the table before deleting it.