mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* Re-sort segments on flush, don't use proxy but inner segment state * Also sort segments when proxying all segments for snapshot The snapshot operation explicitly flushes segments. We therefore must satisfy flush ordering there too. * Add some helpful comments * Add explicit flush ordering enum for segments * Minor tweaks * Fix spelling in comment Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com> --------- Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com>