mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
The patch introduces reconciliation code. The same code suppose to be working for both range and single key queries. Handling of raw_limit, short reads and read repairs is still very much missing. -- v1->v2: - call live_row_count() only once.