On Fri, May 8, 2015 at 10:29 AM, Sylvain Lebresne
wrote:
> So we will most likely support your use case server side soon, protected
> behind the ALLOW FILTERING flag.
>
Awesome, really that's all I wanted to hear. It covers our use-case.
> But we definitively don't want to do
> this only in cq
>
> It's also worth pointing out that making this kind of filtering performant
> is _not_ a requirement (okay, using Spark below is too slow ;)). What I am
> asking for here is a tooling feature, not something I would use for
> production loads. Personally, I like how CQL is somewhat locked down fo
On Thu, May 7, 2015 at 7:21 PM, Tyler Hobbs wrote:
> There are general plans to increase the types of filtering that Cassandra
> can do server-side, but CASSANDRA-8099 is necessary for a lot of that work.
>
> We prefer not to support things in cqlsh that can't be done through normal
> cql queries
On Thu, May 7, 2015 at 10:42 AM, Jens Rantil wrote:
>
> Are there any plans (or JIRA issue) for adding client-side filtering to
> cqlsh? It would hugely improve our experiences with it when debugging etc.
> I wouldn't be against adding some kind of auto LIMIT or warning when using
> it as I under