-
Notifications
You must be signed in to change notification settings - Fork 97
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
Improve Solr integration with VariantStorage when querying #638
Comments
j-coll
added a commit
that referenced
this issue
Jul 3, 2017
j-coll
added a commit
that referenced
this issue
Jul 4, 2017
Accepts query iterator with the queries to execute.
j-coll
added a commit
that referenced
this issue
Jul 4, 2017
j-coll
added a commit
that referenced
this issue
Jul 4, 2017
j-coll
added a commit
that referenced
this issue
Jul 4, 2017
j-coll
added a commit
that referenced
this issue
Jul 5, 2017
j-coll
added a commit
that referenced
this issue
Jul 6, 2017
j-coll
added a commit
that referenced
this issue
Jul 6, 2017
Improve time recording in VariantDBIterators
j-coll
added a commit
that referenced
this issue
Jul 6, 2017
j-coll
added a commit
that referenced
this issue
Jul 6, 2017
j-coll
added a commit
that referenced
this issue
Jul 7, 2017
j-coll
added a commit
that referenced
this issue
Jul 7, 2017
j-coll
added a commit
that referenced
this issue
Jul 10, 2017
j-coll
added a commit
that referenced
this issue
Jul 10, 2017
j-coll
added a commit
that referenced
this issue
Jul 10, 2017
j-coll
added a commit
that referenced
this issue
Jul 11, 2017
j-coll
added a commit
that referenced
this issue
Jul 13, 2017
j-coll
added a commit
that referenced
this issue
Jul 13, 2017
j-coll
added a commit
that referenced
this issue
Jul 13, 2017
j-coll
added a commit
that referenced
this issue
Jul 13, 2017
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, variant queries can be executed on the Variant Storage (mongodb or hbase), or on Solr.
We have seen that complex queries using multiple indexes work really good over Solr, and not so good on MongoDB or HBase.
In the query can not be 100% solved by Solr (because it requests or filters by fields not stored in solr) we can decide (using some heuristics) to query first solr to get the ids, and then to the real variant storage.
We expect to see a big speed-up on complex queries (more than 5 filters).
Maybe in a future, with
Table#get(List<Get>)
orMultiRowRangeFilter
summary
parameter should be an alias for a set of included fieldsNew configuration parameters
The text was updated successfully, but these errors were encountered: