gemini icon indicating copy to clipboard operation
gemini copied to clipboard

genDeleteRows is mostly running on non-existing keys

Open dkropachev opened this issue 2 years ago • 0 comments

https://github.com/scylladb/gemini/blob/c93899e0bdc8993ce3c0a3d50be54df1b7eaf70b/pkg/jobs/gen_mutate_stmt.go#L31-L61

Row deletion should be running on both existing and non-existing records with different ration. We need to split them into different statements type.

dkropachev avatar Jun 11 '23 18:06 dkropachev