-
Notifications
You must be signed in to change notification settings - Fork 133
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
Feat: Extract EntityIndex
class
#289
Comments
A big 👍 from me on this. An alternative approach could be to store this |
My main concern with this approach would be having to handle conflicting ID's if there are multiple sources. |
Indeed, we'll need a way of detecting distinct sources if we'd go this route (not saying we should). (I did something similar to that here: https://rdfostrich.github.io/article-jws2018-ostrich/#dictionary) |
Implemented in #394 |
Would look something like
The point of this is to enable multiple sources to share the same
EntityIndex
for memory/performance reasons.Pinging @jacoscaz who may have already done something similar with scoping in quadstore.
The text was updated successfully, but these errors were encountered: