Skip to content

Commit a41bd84

Browse files
committed
Fix hosts, cleanup retention policy
1 parent b4ab790 commit a41bd84

File tree

1 file changed

+0
-12
lines changed
  • content/shared/influxdb-v2/query-data/execute-queries

1 file changed

+0
-12
lines changed

content/shared/influxdb-v2/query-data/execute-queries/influx-api.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,6 @@ In your request, set the following:
106106
> Use the `db` and `rp` query parameters to specify the database and retention policy
107107
> for the bucket you want to query.
108108
109-
> [!Note]
110-
> #### Use gzip to compress a large query response
111-
>
112-
> To compress the query response, set the `Accept-Encoding` header to `gzip`.
113-
> This saves network bandwidth, but increases server-side load.
114-
>
115-
> We recommend only using gzip compression on responses that are larger than 1.4 KB.
116-
> If the response is smaller than 1.4 KB, gzip encoding will always return a 1.4 KB
117-
> response, despite the uncompressed response size.
118-
> 1500 bytes (~1.4 KB) is the maximum transmission unit (MTU) size for the public
119-
> network and is the largest packet size allowed at the network layer.
120-
121109
#### InfluxQL - Example query request
122110

123111
The following example shows how to use cURL to send an InfluxQL query to InfluxDB {{< current-version >}} using v1-compatible authentication:

0 commit comments

Comments
 (0)