-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.29: Updates to auto-batching #1838
Comments
Pinging @Kerollmops who can be a better SME than me on it 😇 |
Also, we can remove the recommendation about indexing by batch here: https://docs.meilisearch.com/learn/advanced/indexing.html#improving-indexing-performance |
Two things that might be relevant when working on this issue:
|
Since this feature was in |
Yeap, agreed. I'll leave the final decision to @maryamsulemani97, just wanted her to be aware of it since we did briefly discuss it during the opensource meeting. |
@Kerollmops |
@maryamsulemani97, one of the reasons I currently see where it would be helpful to disable the auto-batching system would be to:
|
1859: v0.29 r=maryamsulemani97 a=guimachiavelli This is a staging PR for all changes related to Meilisearch v0.29. Please avoid making changes directly to this PR; instead, create new child branches based off this one. Closes meilisearch/integration-guides#213, #1854, #1853, #1852, #1851, #1840, #1839, #1838, #1837, #1846 Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: Maryam Sulemani <[email protected]> Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: Maryam <[email protected]> Co-authored-by: Clémentine Urquizar <[email protected]>
With v0.29, auto-batching is enabled by default.
--debounce-duration-sec
,--max-batch-size
, and--max-documents-per-batch
batchUid
from the task object as it is now an internal field--disable-auto-batching
and environment variable:MEILI_DISABLE_AUTO_BATCHING
References:
batchUid
field from the tasks route meilisearch#2676The text was updated successfully, but these errors were encountered: