Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Inefficent Range Filtering Error #39

Merged
merged 1 commit into from
May 7, 2015

Commits on May 6, 2015

  1. Range Filtering, Deleting and Counting Improvements

    There was an error in how the backend determines wether or not a range query can be evaluated efficiently by Cassandra. It was allowing attempts of efficent filtering on non-clustering columns.
    
    Had some errors in how I was handling deleting and counting methods. I thought the queries were build at that point in code execution. I was mistaken but now the queries are build correctly and the results are as expected.
    Seth Denner committed May 6, 2015
    Configuration menu
    Copy the full SHA
    45538f4 View commit details
    Browse the repository at this point in the history