commented out InfluxQL section for now (#4750)

pull/4754/head
lwandzura 2023-02-07 14:10:13 -06:00 committed by GitHub
parent 0e55403af9
commit c1e18aa07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ querying your data with SQL, see:
- [Query data with SQL](/influxdb/cloud-iox/query-data/sql/) - [Query data with SQL](/influxdb/cloud-iox/query-data/sql/)
- [InfluxDB SQL reference](/influxdb/cloud-iox/reference/sql/) - [InfluxDB SQL reference](/influxdb/cloud-iox/reference/sql/)
#### Do you want better InfluxQL performance? <!-- #### Do you want better InfluxQL performance?
**Yes, you should migrate**. One of the primary goals when designing the InfluxDB **Yes, you should migrate**. One of the primary goals when designing the InfluxDB
IOx storage engine was to enable performant implementations of both SQL and InfluxQL. IOx storage engine was to enable performant implementations of both SQL and InfluxQL.
When compared to querying InfluxDB backed by TSM (InfluxDB OSS 1.x, 2.x, and Enterprise), When compared to querying InfluxDB backed by TSM (InfluxDB OSS 1.x, 2.x, and Enterprise),
InfluxQL queries are more performant when querying InfluxDB backed by InfluxDB IOx. InfluxQL queries are more performant when querying InfluxDB backed by InfluxDB IOx. -->
#### Do you depend on a specific cloud provider or region? #### Do you depend on a specific cloud provider or region?