You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/shared/v3-enterprise-get-started/_index.md
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -273,13 +273,6 @@ InfluxDB is a schema-on-write database. You can start writing data and InfluxDB
273
273
After a schema is created, InfluxDB validates future write requests against it before accepting the data.
274
274
Subsequent requests can add new fields on-the-fly, but can't add new tags.
275
275
276
-
> [!Note]
277
-
> #### Core is optimized for recent data
278
-
>
279
-
> {{% product-name %}} is optimized for recent data but accepts writes from any time period.
280
-
> The system persists data to Parquet files for historical analysis with [InfluxDB 3 Enterprise](/influxdb3/enterprise/get-started/) or third-party tools.
281
-
> For extended historical queries and optimized data organization, consider using [InfluxDB 3 Enterprise](/influxdb3/enterprise/get-started/).
282
-
283
276
#### Write data in line protocol syntax
284
277
285
278
{{% product-name %}} accepts data in [line protocol](/influxdb3/version/reference/syntax/line-protocol/) syntax.
0 commit comments