August 2019
Intermediate to advanced
560 pages
13h 41m
English
Elasticsearch solves the persistence in different ways. The transaction log, translog, and the temporary storage in-memory buffer are used during index operations. Later, the data in the in-memory buffer will move to a new segment. Finally, segments will be flushed to the disk storage. A few APIs that manage the persistent stage of the indexed data are as follows:
The following is an example of clearing the query cache of the cf_view index:
Read now
Unlock full access