Skip to content

Commit 4b071c5

Browse files
simon-dewdgnicholson
authored andcommitted
DOC-11754: Revise queryTmpSpaceDir & queryTmpSpaceSize descriptions (#179)
1 parent 2bbd72e commit 4b071c5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/modules/n1ql-rest-settings/attachments/_query-settings.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ components:
642642
x-has-example: true
643643
x-desc-name: queryTmpSpaceDir
644644
description: |-
645-
The path to which the indexer writes temporary backfill files, to store any transient data during query processing.
645+
The path to which the Index Service writes temporary backfill files, and the Query Service writes spill files, to store any transient data during query processing.
646646
647647
The specified path must already exist.
648648
Only absolute paths are allowed.
@@ -657,7 +657,8 @@ components:
657657
x-has-example: true
658658
x-desc-name: queryTmpSpaceSize
659659
description: |-
660-
The maximum size of temporary backfill files (MB).
660+
In MiB, the maximum size of temporary backfill files for each indexer, and the maximum size of temporary files for spilled sorting and other operations.
661+
In a cluster with both secondary indexing and full text search, the limit for disk space use is three times this setting.
661662
662663
Setting the size to `0` disables backfill.
663664
Setting the size to `-1` means the size is unlimited.

0 commit comments

Comments
 (0)