You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Yash Sharma <ya...@gmail.com> on 2015/01/21 15:40:00 UTC

[DISCUSS] Discussion on Cassandra storage filter pushdown

Hi Team,
Have started this thread for discussing the approaches for pushdown for
Cassandra storage plugin.

As Cassandra allows only selective filtering we need to decide which
operations would we like to pushdown to Cassandra - without fetching
incorrect (subset) of data.

I have two challenges in mind particularly which we will face in SQL
queries against Cassandra -
- filter applied with an OR condition
- filter applied on non-indexed column

Please post your opinions and suggestions.

Thanks