[META] Automatic routing for bulk #18307
Labels
Indexing:Performance
Indexing
Indexing, Bulk Indexing and anything related to indexing
Meta
Meta issue, not directly linked to a PR
Uh oh!
There was an error while loading. Please reload this page.
Please describe the end goal of this project
To improve indexing performance, we have deliberated automatic routing for bulk in #9219 and #4984. In our online log analysis scenario, these sub two optimizations have collectively improved bulk indexing performance by 20%+.
For log analysis scenario, operations like update, delete, upsert, update_by_query, delete_by_query, shrink, etc) are unnecessary, so we will implement
Automatic routing for bulk
based onAppend only indices
(introduced in #17039).Please note, in scenarios with low indexing pressure, a potential 5% degradation in indexing performance may occur.
Co-authored-by: gaobinlong, itiyama
Issues
Related component
No response
The text was updated successfully, but these errors were encountered: