Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/6216/head
parent
a4549ad5ef
commit
3f8b84e4e1
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: Delete a table
|
||||
description: >
|
||||
Use the [`influxdb3 delete table` command](/influxdb3/version/reference/cli/influxdb3/delete/table/)
|
||||
or the [HTTP API](/influxdb3/version/api/v3/) to delete a table from a specified database in {{< product-name >}}.
|
||||
Use the [`influxdb3 delete table` command](/influxdb3/core/reference/cli/influxdb3/delete/table/)
|
||||
or the [HTTP API](/influxdb3/core/api/v3/) to delete a table from a specified database in {{< product-name >}}.
|
||||
Supports both soft delete and hard delete operations.
|
||||
menu:
|
||||
influxdb3_core:
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: List tables
|
||||
description: >
|
||||
Use the [`influxdb3 query` command](/influxdb3/version/reference/cli/influxdb3/query/)
|
||||
or the [HTTP API](/influxdb3/version/api/v3/) to list tables in a specified database in {{< product-name >}}.
|
||||
Use the [`influxdb3 query` command](/influxdb3/core/reference/cli/influxdb3/query/)
|
||||
or the [HTTP API](/influxdb3/core/api/v3/) to list tables in a specified database in {{< product-name >}}.
|
||||
Use SQL SHOW TABLES or InfluxQL SHOW MEASUREMENTS statements.
|
||||
menu:
|
||||
influxdb3_core:
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: List tables
|
||||
description: >
|
||||
Use the [`influxdb3 query` command](/influxdb3/version/reference/cli/influxdb3/query/)
|
||||
or the [HTTP API](/influxdb3/version/api/v3/) to list tables in a specified database in {{% product-name %}}.
|
||||
Use the [`influxdb3 query` command](/influxdb3/enterprise/reference/cli/influxdb3/query/)
|
||||
or the [HTTP API](/influxdb3/enterprise/api/v3/) to list tables in a specified database in {{% product-name %}}.
|
||||
Use SQL SHOW TABLES or InfluxQL SHOW MEASUREMENTS statements.
|
||||
menu:
|
||||
influxdb3_enterprise:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Use the [`influxdb3 create table` command](/influxdb3/version/reference/cli/infl
|
|||
or the [HTTP API](/influxdb3/version/api/v3/) to create a table in a specified database in {{< product-name >}}.
|
||||
|
||||
With {{< product-name >}}, tables and measurements are synonymous.
|
||||
Typically, tables are created automatically on write using the measurement name
|
||||
Typically, tables are created automatically on write using the table name
|
||||
specified in line protocol written to InfluxDB.
|
||||
However, you can manually create tables to define a custom schema or apply custom settings before writing data.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue