elasticsearch/docs/reference/indices/synced-flush.asciidoc
Nhat Nguyen 09b46c8646
Goodbye and thank you synced flush! (#50882)
Synced flush was a brilliant idea. It supports instant recoveries with a 
quite small implementation. However, with the presence of sequence
numbers and retention leases, it is no longer needed. This change
removes it from 8.0.

Relates #5077
2020-01-16 09:43:07 -05:00

7 lines
171 B
Text

[[indices-synced-flush-api]]
=== Synced flush API
++++
<titleabbrev>Synced flush</titleabbrev>
++++
Synced flush was removed. Use normal <<indices-flush,flush>> instead.