Skip to content

Commit 6d3165a

Browse files
v1.15: Uncompressed snapshots (#3267)
1 parent 30dc06e commit 6d3165a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

learn/resources/experimental_features_overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ Activating or deactivating experimental features this way does not require you t
5757
| [Dumpless upgrade](/learn/self_hosted/configure_meilisearch_at_launch#dumpless-upgrade) | Upgrade Meilisearch without generating a dump | API route |
5858
| [Composite embedders](/reference/api/settings#composite-embedders) | Enable composite embedders | API route |
5959
| [Search query embedding cache](/learn/self_hosted/configure_meilisearch_at_launch#search-query-embedding-cache) | Enable a cache for search query embeddings | CLI flag or environment variable |
60+
| [Uncompressed snapshots](/learn/self_hosted/configure_meilisearch_at_launch#uncompressed-snapshots) | Disable snapshot compaction | CLI flag or environment variable |
6061
| [Maximum batch payload size](/learn/self_hosted/configure_meilisearch_at_launch#maximum-batch-payload-size) | Limit batch payload size | CLI flag or environment variable |

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)