mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
from Nadav Har'El This small series improves Alternator's BatchGetItem performance by grouping requests to the same partition together (Fixes #10753) and also improves error checking when the same item is requested more than once (Fixes #10757). Closes #10834 * github.com:scylladb/scylla: alternator: make BatchGetItem group reads by partition test/alternator: additional test for BatchGetItem