-
Notifications
You must be signed in to change notification settings - Fork 166
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
SHACL - skip listener for empty sail #1392
Labels
Milestone
Comments
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Apr 15, 2019
…ns, one for skipping the listener when empty base sail, the other for using the underlying sail if it is a memory store, isolation level is NONE and RDFS is empty Signed-off-by: Håvard Ottestad <[email protected]>
Before
After
|
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Apr 15, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Apr 15, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Apr 15, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Apr 15, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Apr 23, 2019
* develop: eclipse-rdf4j/rdf4j#1392 another bug fix eclipse-rdf4j/rdf4j#1392 another bug fix eclipse-rdf4j/rdf4j#1392 bug fix eclipse-rdf4j/rdf4j#1392 cleanup isolation level eclipse-rdf4j/rdf4j#1392 more performance logging and two optimizations, one for skipping the listener when empty base sail, the other for using the underlying sail if it is a memory store, isolation level is NONE and RDFS is empty Signed-off-by: Håvard Ottestad <[email protected]> # Conflicts: # shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/ShaclSailConnection.java
hmottestad
added a commit
to eclipse-rdf4j/rdf4j-storage
that referenced
this issue
Apr 27, 2019
* develop: eclipse-rdf4j/rdf4j#1397 more streams eclipse-rdf4j/rdf4j#1396 imrpoved benchmarks eclipse-rdf4j/rdf4j#1392 another bug fix eclipse-rdf4j/rdf4j#1392 another bug fix eclipse-rdf4j/rdf4j#1392 bug fix eclipse-rdf4j/rdf4j#1392 cleanup isolation level eclipse-rdf4j/rdf4j#1392 more performance logging and two optimizations, one for skipping the listener when empty base sail, the other for using the underlying sail if it is a memory store, isolation level is NONE and RDFS is empty eclipse-rdf4j/rdf4j#1391 min, max and class use SPARQL queries formatter eclipse-rdf4j/rdf4j#1390 check if data is sorted while adding it to the arraylist, skip sorting if the list is only size=1 or if the data is already sorted Signed-off-by: Håvard Ottestad <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the base sail is empty, there is no need to use a listener, since the current state og the base sail will be equal to "added statements" at the end of the connection.
The text was updated successfully, but these errors were encountered: