Skip to content

Commit

Permalink
Clarify auto-batching works on many types of operations, not only doc…
Browse files Browse the repository at this point in the history
…ument addition/deletion
  • Loading branch information
guimachiavelli committed Dec 14, 2023
1 parent 5067c74 commit 6f2b710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learn/core_concepts/documents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ Since CSV does not support arrays or nested objects, `cast` cannot be converted

### Auto-batching

Auto-batching combines consecutive document addition and deletion requests into a single batch and processes them together while respecting the order. This significantly speeds up the indexing process.
Auto-batching combines similar consecutive operations into a single batch and processes them together. This significantly speeds up the indexing process.

Meilisearch batches document addition and deletion requests when they:
Meilisearch batches operations such as document addition and deletion when they:

- Target the same index
- Are immediately consecutive
Expand Down

0 comments on commit 6f2b710

Please sign in to comment.