Skip to content

Commit 481d5b8

Browse files
committed
resolved merge conflicts
2 parents 6607728 + b45b117 commit 481d5b8

File tree

1 file changed

+0
-1
lines changed
  • content/shared/influxdb3-get-started

1 file changed

+0
-1
lines changed

content/shared/influxdb3-get-started/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This guide covers InfluxDB 3 Core (the open source release), including the follo
2828
> The [InfluxDB Discord server](https://discord.gg/9zaNCW2PRT) is the best place to find support for {{% product-name %}}.
2929
> For other InfluxDB versions, see the [Support and feedback](#bug-reports-and-feedback) options.
3030
31-
3231
### Data model
3332

3433
The database server contains logical databases, which have tables, which have columns. Compared to previous versions of InfluxDB you can think of a database as a `bucket` in v2 or as a `db/retention_policy` in v1. A `table` is equivalent to a `measurement`, which has columns that can be of type `tag` (a string dictionary), `int64`, `float64`, `uint64`, `bool`, or `string` and finally every table has a `time` column that is a nanosecond precision timestamp.

0 commit comments

Comments
 (0)