Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Remove all OR references - #68

Merged
c-w merged 1 commit into
masterfrom
remove-or-queries
Jul 7, 2017
Merged

Remove all OR references#68
c-w merged 1 commit into
masterfrom
remove-or-queries

Conversation

@c-w

@c-w c-w commented Jul 7, 2017

Copy link
Copy Markdown
Contributor

Cassandra doesn't support disjunctive queries so we need to work around this. For now, executing multiple queries in parallel and joining the results in memory is the least time-intensive way to implement this. Going forward, we should make an audit of our query needs and review if our schema supports all of those operations in a more idiomatic way (e.g. Cassandra secondary indices won't scale!)

@jcjimenez jcjimenez left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@c-w
c-w merged commit 46cef7d into master Jul 7, 2017
@c-w
c-w deleted the remove-or-queries branch July 7, 2017 17:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants