scylla-code-samples icon indicating copy to clipboard operation
scylla-code-samples copied to clipboard

Range defined in the query should be open from one side.

Open rtatishvili opened this issue 3 years ago • 0 comments

Shouldn't the query contain the range open from only one side, in other words, if >= is the lower bound, then upper bound should be strict inequality:< ?

In the vastness of the token range this is an edge case, but will probably catch someday someone.

https://github.com/scylladb/scylla-code-samples/blob/737432904a7a370544e01289758d4449b101a0d4/efficient_full_table_scan_example_code/efficient_full_table_scan.go#L21

rtatishvili avatar Jul 08 '22 10:07 rtatishvili