Skip to content

Commit 5383705

Browse files
Update reference/api/compact.mdx
Co-authored-by: Clément Renault <[email protected]>
1 parent e570bfd commit 5383705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/compact.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CodeSamplesCompactIndex1 from '/snippets/samples/code_samples_compact_ind
99

1010
Index fragmentation occurs naturally as you use Meilisearch and can lead to decreased performance over time. `/compact` reorganizes the database and prunes unused space, which may lead to improved indexing and search speeds.
1111

12-
Meilisearch Cloud monitors database fragmentation and compacts indexes as needed. Self-hosted users may have to build a pipeline to periodically indexes and fix performance degradation.
12+
Meilisearch Cloud monitors database fragmentation and compacts indexes as needed. Self-hosted users may have to build a pipeline to periodically compact indexes and fix performance degradation.
1313

1414
<Tip>
1515
Fragmentation is directly related to the number of indexing operations Meilisearch performs. Common indexing operations include adding and updating documents, as well as changes to index settings.

0 commit comments

Comments
 (0)