Files
scylladb/db/view
Piotr Sarna c3a9658535 db,view: add delete ghost rows visitor
The visitor is used to traverse view rows, and if it detects
a ghost row it qualifies it for deletion. Qualification is based
on a base table read with cl=ALL: if the corresponding row is not
present in the base table, it is considered a ghost.
2022-05-19 10:11:50 +02:00
..
2022-05-19 10:11:50 +02:00
2022-04-08 11:29:25 +03:00