Slide 6
Slide 6 text
codecentric AG
Bulk API
− Allows for multiple operations within a single request
− Index, create, update, delete
!
− Try to find the optimal bulk size for your application
− Consider bulk size in bytes, not only the number of documents
− When in doubt, prefer smaller bulks over larger ones
!
− Parallel bulk requests might improve throughput even further
− Async calls or multiple clients