Skip to content

Commit

Permalink
Add spill to disk setting doc
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwinger committed Oct 3, 2024
1 parent f77570d commit 75750f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/cypher/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 75750f1

Please sign in to comment.