@@ -246,7 +246,7 @@ A named location where time series data is stored.
246
246
247
247
In InfluxDB 1.x, a database represented a logical container for users, retention
248
248
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 ) .
250
250
251
251
Related entries:
252
252
[ bucket] ( #bucket ) ,
@@ -658,7 +658,7 @@ Information passed through a pipe is retained until the receiving process reads
658
658
659
659
A Python file with a specific function signature that corresponds to a
660
660
[ 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,
662
662
respond to database events, and connect to external systems.
663
663
664
664
Related entries:
@@ -786,12 +786,16 @@ Field type conflicts are a common cause of rejected points.
786
786
### retention period
787
787
788
788
The [ duration] ( #duration ) of time that a database retains data.
789
+
789
790
InfluxDB drops points with timestamps older than their database's retention period
790
791
relative to [ now] ( #now ) .
791
792
The minimum retention period is ** one hour** .
792
793
794
+ In InfluxDB Cloud Serverless, _ bucket_ is synonymous with database.
795
+
793
796
Related entries:
794
797
[ bucket] ( #bucket )
798
+ [ database] ( #database )
795
799
796
800
### retention policy (RP)
797
801
@@ -805,6 +809,8 @@ In {{< product-name >}}, the equivalent is [retention period](#retention-period)
805
809
however retention periods are not part of the data model.
806
810
The retention period describes the data persistence behavior of a database.
807
811
812
+ In InfluxDB Cloud Serverless, _ bucket_ is synonymous with database.
813
+
808
814
Related entries:
809
815
[ retention period] ( #retention-period ) ,
810
816
@@ -849,11 +855,18 @@ Related entries:
849
855
### schema
850
856
851
857
How data is organized in InfluxDB.
858
+ {{% hide-in "cloud-serverless" %}}
852
859
The fundamentals of the InfluxDB schema are databases, measurements,
853
860
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 %}}
854
866
855
867
Related entries:
856
868
[ bucket] ( #bucket ) ,
869
+ [ database] ( #database ) ,
857
870
[ field key] ( #field-key ) ,
858
871
[ measurement] ( #measurement ) ,
859
872
[ series] ( #series ) ,
@@ -888,7 +901,8 @@ Related entries:
888
901
889
902
### series cardinality
890
903
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.
892
906
893
907
For example, assume that an InfluxDB database has one measurement.
894
908
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
922
936
| [email protected] | start
| clifford
|
923
937
| [email protected] | finish
| clifford
|
924
938
939
+ {{% show-in "cloud-serverless" %}}
940
+ In InfluxDB Cloud Serverless, _ bucket_ is synonymous with database.
941
+ {{% /show-in %}}
942
+
925
943
Related entries:
926
944
[ field key] ( #field-key ) ,
927
945
[ measurement] ( #measurement ) ,
0 commit comments