Skip to content

Commit 9650aa3

Browse files
authored
DOC-11754: Revise queryTmpSpaceDir & queryTmpSpaceSize descriptions (#179)
1 parent 406d93f commit 9650aa3

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
@@ -641,7 +641,7 @@ components:
641641
x-has-example: true
642642
x-desc-name: queryTmpSpaceDir
643643
description: |-
644-
The path to which the indexer writes temporary backfill files, to store any transient data during query processing.
644+
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.
645645
646646
The specified path must already exist.
647647
Only absolute paths are allowed.
@@ -656,7 +656,8 @@ components:
656656
x-has-example: true
657657
x-desc-name: queryTmpSpaceSize
658658
description: |-
659-
The maximum size of temporary backfill files (MB).
659+
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.
660+
In a cluster with both secondary indexing and full text search, the limit for disk space use is three times this setting.
660661
661662
Setting the size to `0` disables backfill.
662663
Setting the size to `-1` means the size is unlimited.

0 commit comments

Comments
 (0)