update: mention that max-select-point checks every second (#1498).

pull/2539/head
Jason Stirnaman 2021-05-13 10:08:55 -05:00
parent a53a6b4d02
commit b817bfdd1b
6 changed files with 12 additions and 1 deletions

View File

@ -141,6 +141,8 @@ the following error:
```
ERR: max number of points reached
```
InfluxDB checks the point count every second (so queries exceeding the maximum arent immediately aborted).
### max-select-series

View File

@ -142,6 +142,8 @@ the following error:
```
ERR: max number of points reached
```
InfluxDB checks the point count every second (so queries exceeding the maximum arent immediately aborted).
### max-select-series

View File

@ -142,6 +142,8 @@ the following error:
```
ERR: max number of points reached
```
InfluxDB checks the point count every second (so queries exceeding the maximum arent immediately aborted).
### max-select-series

View File

@ -152,6 +152,9 @@ the following error:
ERR: max number of points reached
```
InfluxDB checks the point count every second (so queries exceeding the maximum arent immediately aborted).
### `max-select-series`
The maximum number of [series](/influxdb/v1.7/concepts/glossary/#series) that a

View File

@ -151,6 +151,8 @@ the following error:
```
ERR: max number of points reached
```
InfluxDB checks the point count every second (so queries exceeding the maximum arent immediately aborted).
### `max-select-series`

View File

@ -652,7 +652,7 @@ influxql-max-select-buckets = 0
### influxql-max-select-point
Maximum number of points a `SELECT` statement can process.
`0` allows an unlimited number of points.
This is only checked every second so queries will not be aborted immediately when hitting the limit.
InfluxDB checks the point count every second (so queries exceeding the maximum arent immediately aborted).
**Default:** `0`