Elasticsearch single indexing performance -


is there difference when indexing elasticsearch batch data , single data? want use single indexing, don't know it's performance.

bulk api should used when ingesting large amounts of data. there significant overhead pay in terms of resource utilization/performance when using single index api (instead of bulk) index large amount of docs.


Comments

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

gcc - Neither ld wrap nor LD_PRELOAD working to intercept system call -

ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -