mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +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.