Re: get_range_slices and tombstones

2011-02-04 Thread Jonathan Ellis
You can't create a row with no columns without tombstones being involved somehow. :) There's no distinction between "a row with no columns because the individual columns were removed," and "a row with no columns because the row was removed." the latter is just a more efficient expression of the f

get_range_slices and tombstones

2011-02-04 Thread Patrik Modesto
Hi! I'm getting tombstones from get_range_slices(). I know that's normal. But is there a way to know that a key is tombstone? I know tombstone has no columns but I can create a row without any columns that would look like a tombstone in get_range_slices(). Regards, Patrik