mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
Creating an underlying materialized view with 2 regular base columns is risky in Scylla, as second's column liveness will not be correctly taken into account when ensuring view row liveness. Still, in case specific conditions are met: * the regular base column value is always present in the base row * no TTLs are involved then the materialized view will behave as expected. Creating a GSI with 2 base regular columns issues a warning, as it should be performed with care. Message-Id: <5ce8642c1576529d43ea05e5c4bab64d122df829.1567159633.git.sarna@scylladb.com>