Write operation in Elasticsearch ๐ฝ
Write operation is to insert new documents into the Elasticsearch. Changes are only written to disks during a Lucene Commit.
Lucene commit is an expensive operation so can not be performed after each create or delete operation.
So let's see then how...
lakshyabansal.hashnode.dev2 min read