December 2017
Intermediate to advanced
434 pages
10h 29m
English
Elasticsearch primarily has memory-bound tasks which rely on the inverted index. The more data that it can fit in the RAM, the faster the performance will be. But this statement can not always be generalized. It depends on the nature of your data and the type of operations or workload that you are going to have.
Using Elasticsearch doesn't mean that it has to perform all operations in-memory. Elasticsearch also uses on-disk data very efficiently, especially for aggregation operations.
Read now
Unlock full access