Skip to content

Commit c59d031

Browse files
committed
fix: remove Core limitation callout from Enterprise
1 parent ef45c7c commit c59d031

File tree

1 file changed

+0
-7
lines changed
  • content/shared/v3-enterprise-get-started

1 file changed

+0
-7
lines changed

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,6 @@ InfluxDB is a schema-on-write database. You can start writing data and InfluxDB
273273
After a schema is created, InfluxDB validates future write requests against it before accepting the data.
274274
Subsequent requests can add new fields on-the-fly, but can't add new tags.
275275

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-
283276
#### Write data in line protocol syntax
284277

285278
{{% product-name %}} accepts data in [line protocol](/influxdb3/version/reference/syntax/line-protocol/) syntax.

0 commit comments

Comments
 (0)