updated language around storage vs in memory operations

pull/1959/head
Scott Anderson 2020-12-08 13:36:55 -07:00
parent b015efbb68
commit 649004e291
1 changed files with 3 additions and 4 deletions

View File

@ -60,10 +60,9 @@ include a table with the following columns:
### operator ### operator
The `operator` profiler output statistics about each operation in a query. The `operator` profiler output statistics about each operation in a query.
[Pushdown operations](/influxdb/v2.0/query-data/optimize-queries/#start-queries-with-pushdown-functions) [Operations executed in the storage tier](/influxdb/v2.0/query-data/optimize-queries/#start-queries-with-pushdown-functions)
that execute in the data source storage engine are returned as a single operation. return as a single operation.
Operations executed in memory are returned as individual operations. When the `operator` profile is enabled, results returned by [`yield()`](/influxdb/v2.0/reference/flux/stdlib/built-in/outputs/yield/)
When enabled, results returned by [`yield()`](/influxdb/v2.0/reference/flux/stdlib/built-in/outputs/yield/)
include a table with a row for each operation and the following columns: include a table with a row for each operation and the following columns:
- **Type:** operation type - **Type:** operation type