Skip to content

Commit 1cd67bb

Browse files
add experimental instance option
1 parent 4f76232 commit 1cd67bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

learn/self_hosted/configure_meilisearch_at_launch.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,13 @@ When using the configuration file, it is also possible to explicitly pass a bool
435435

436436
Sets the directory where Meilisearch will store snapshots.
437437

438+
### Uncompressed snapshots <NoticeTag type="experimental" label="experimental" />
439+
440+
**Environment variable**: `MEILI_EXPERIMENTAL_NO_SNAPSHOT_COMPACTION`<br />
441+
**CLI option**: `--experimental-no-snapshot-compaction`<br />
442+
443+
Disables snapshot compression. This may significantly speed up snapshot creation at the cost of bigger snapshot files.
444+
438445
### Import snapshot
439446

440447
**Environment variable**: `MEILI_IMPORT_SNAPSHOT`<br />

0 commit comments

Comments
 (0)