mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
Based on a mutation, creates a pre-image select operation. Note, this uses raw proxy query to shortcut parsing etc, instead of trying to cache by generated query. Hypothesis is that this is essentially faster. The routine assumes all rows in a mutation touch same static/regular columns. If this is not always true it will need additional calculations. Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>