mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 03:30:49 +00:00
This adds a function mutate_MV() which takes view mutations and sends them to the appropriate nodes (this may be the current node, or a remote node). This is only a partial implementation - we still don't do the local batch log (to survive reboots and failures) and some other stuff which is left commented out. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Signed-off-by: Duarte Nunes <duarte@scylladb.com>