From 75750f1056f09d7cf0fe7a649c4e57066b15f3a5 Mon Sep 17 00:00:00 2001 From: Benjamin Winger Date: Thu, 3 Oct 2024 17:37:14 +0100 Subject: [PATCH] Add spill to disk setting doc --- src/content/docs/cypher/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/cypher/configuration.md b/src/content/docs/cypher/configuration.md index 11176cf6..bdf5a6af 100644 --- a/src/content/docs/cypher/configuration.md +++ b/src/content/docs/cypher/configuration.md @@ -19,6 +19,7 @@ configuration **cannot** be used with other query clauses, such as `RETURN`. | `PROGRESS_BAR` | enable progress bar in CLI | false | | `PROGRESS_BAR_TIME` | show progress bar after time in ms | 1000 | | `CHECKPOINT_THRESHOLD` | the WAL size threshold in bytes at which to automatically trigger a checkpoint | 16777216 (16MB) | +| `SPILL_TO_DISK_TMP_FILE` | The location of the temporary file to use to store data if there is not enough memory during a copy | `copy.tmp` inside the database directory | ### Database configuration | Option | Description | Default |