We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820dcf9 commit 07ade52Copy full SHA for 07ade52
extension/storage/filestorage/README.md
@@ -35,7 +35,7 @@ The default timeout is `1s`.
35
A value of zero will ignore transaction sizes.
36
37
`compaction.cleanup_on_start` (default: false) - specifies if removal of compaction temporary files is performed on start.
38
-It will remove all the files in the compaction directory starting with tempdb,
+It will remove all temporary files in the compaction directory (those which start with `tempdb`),
39
temp files will be left if a previous run of the process is killed while compacting.
40
41
### Rebound (online) compaction
0 commit comments