Skip to content

Commit 89f5f18

Browse files
committed
chore(influxdb3): Reconcile shared glossary page with Serverless
1 parent 92a1059 commit 89f5f18

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

content/shared/influxdb3-reference/glossary.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ A named location where time series data is stored.
246246

247247
In InfluxDB 1.x, a database represented a logical container for users, retention
248248
policies, continuous queries, and time series data.
249-
In InfluxDB 2.x, the equivalent of this concept is an InfluxDB [bucket](#bucket).
249+
In InfluxDB 2.x and InfluxDB Cloud Serverless, the equivalent of this concept is an InfluxDB [bucket](#bucket).
250250

251251
Related entries:
252252
[bucket](#bucket),
@@ -658,7 +658,7 @@ Information passed through a pipe is retained until the receiving process reads
658658

659659
A Python file with a specific function signature that corresponds to a
660660
[trigger](#trigger) type.
661-
Plugins run in the [Processing engine](#processing-engine) to process data,
661+
Plugins run in the InfluxDB 3 [Processing engine](#processing-engine) to process data,
662662
respond to database events, and connect to external systems.
663663

664664
Related entries:
@@ -786,12 +786,16 @@ Field type conflicts are a common cause of rejected points.
786786
### retention period
787787

788788
The [duration](#duration) of time that a database retains data.
789+
789790
InfluxDB drops points with timestamps older than their database's retention period
790791
relative to [now](#now).
791792
The minimum retention period is **one hour**.
792793

794+
In InfluxDB Cloud Serverless, _bucket_ is synonymous with database.
795+
793796
Related entries:
794797
[bucket](#bucket)
798+
[database](#database)
795799

796800
### retention policy (RP)
797801

@@ -805,6 +809,8 @@ In {{< product-name >}}, the equivalent is [retention period](#retention-period)
805809
however retention periods are not part of the data model.
806810
The retention period describes the data persistence behavior of a database.
807811

812+
In InfluxDB Cloud Serverless, _bucket_ is synonymous with database.
813+
808814
Related entries:
809815
[retention period](#retention-period),
810816

@@ -849,11 +855,18 @@ Related entries:
849855
### schema
850856

851857
How data is organized in InfluxDB.
858+
{{% hide-in "cloud-serverless" %}}
852859
The fundamentals of the InfluxDB schema are databases, measurements,
853860
tag keys, tag values, and field keys.
861+
{{% /hide-in %}}
862+
{{% show-in "cloud-serverless" %}}
863+
The fundamentals of the {{% product-name %}} schema are buckets, measurements (or _tables_),
864+
tag keys, tag values, and field keys.
865+
{{% /show-in %}}
854866

855867
Related entries:
856868
[bucket](#bucket),
869+
[database](#database),
857870
[field key](#field-key),
858871
[measurement](#measurement),
859872
[series](#series),
@@ -888,7 +901,8 @@ Related entries:
888901

889902
### series cardinality
890903

891-
The number of unique measurement (table), tag set, and field key combinations in an InfluxDB database.
904+
The number of unique measurement, tag set, and field key combinations in an
905+
{{% product-name %}} database.
892906

893907
For example, assume that an InfluxDB database has one measurement.
894908
The single measurement has two tag keys: `email` and `status`.
@@ -922,6 +936,10 @@ The series cardinality would remain unchanged at 6, as `firstname` is already sc
922936
| [email protected] | start | clifford |
923937
| [email protected] | finish | clifford |
924938

939+
{{% show-in "cloud-serverless" %}}
940+
In InfluxDB Cloud Serverless, _bucket_ is synonymous with database.
941+
{{% /show-in %}}
942+
925943
Related entries:
926944
[field key](#field-key),
927945
[measurement](#measurement),

0 commit comments

Comments
 (0)