Merge joins
#4220
Replies: 1 comment 1 reply
-
I'm not sure if this fully answers your question, but you may have a look at JoinQueryEvaluationStep created by StrictEvaluationStrategy. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
as far as I know when implementing a new store in RDF4J we basically specify how to resolve a triple pattern by extending the class TripleSource and overwriting the method getStatements. This specify how to query for one triple pattern. As a consequence all joints are executed as nested joints.
Is it possible to specify how to execute merge joins? Is this part of the RDF4J implementation? Or is this not possible since when asking over the native store, which is a B-tree you will not get ordered triples.
Many questions, I hope they help to explain my problem ; )
Would really help!
Thank you
D063520
Beta Was this translation helpful? Give feedback.
All reactions