[
https://issues.apache.org/jira/browse/CASSANDRA-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770793#action_12770793
]
Jonathan Ellis commented on CASSANDRA-344:
------------------------------------------
When adding this, we should deprecate the slice-less get_key_range, too. It's
problematic for a couple reasons:
- skipping (a lot of) entirely-tombstoned rows can cause really bad
performance problems while it's trying to collect N un-tombstoned ones;
including slice fixes that because if no data is there an empty list still
counts towards the result set
- consistency_level doesn't really make sense w/o data to apply it to (my bad
on that one)
> allow slicing during key range query
> ------------------------------------
>
> Key: CASSANDRA-344
> URL: https://issues.apache.org/jira/browse/CASSANDRA-344
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Jonathan Ellis
> Assignee: Eric Evans
> Fix For: 0.5
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.