Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

issues/1392 skip listener if base sail is empty #228

Merged
merged 5 commits into from
Apr 15, 2019

Conversation

hmottestad
Copy link
Contributor

This PR addresses GitHub issue: eclipse-rdf4j/rdf4j#1392 .

Briefly describe the changes proposed in this PR:

  • Skip using a listener if the base sail is empty, and instead get added statements from base sail at end of transaction
  • Skip getting statements at end of transaction if the isolation level is NONE, base sail is a memory store and there is no need for RDFS reasoning => so just use base sail as the added statements store directly
  • more performance logging to help debug performance issues

…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]>
@hmottestad hmottestad changed the title https://github.com/eclipse/rdf4j/issues/1392 more performance logging… issues/1392 skip listener if base sail is empty Apr 15, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
@hmottestad hmottestad merged commit 07c56bb into develop Apr 15, 2019
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.

1 participant