Skip to content
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 - faster bulked external joins #1378

Closed
hmottestad opened this issue Apr 3, 2019 · 1 comment
Closed

SHACL - faster bulked external joins #1378

hmottestad opened this issue Apr 3, 2019 · 1 comment
Assignees
Labels
M1 Fixed in milestone 1 📦 SHACL affects the SHACL validator
Milestone

Comments

@hmottestad
Copy link
Contributor

Improve speed of bulked external joins

@hmottestad hmottestad added the 📦 SHACL affects the SHACL validator label Apr 3, 2019
@hmottestad hmottestad added this to the 3.0 milestone Apr 3, 2019
@hmottestad hmottestad self-assigned this Apr 3, 2019
hmottestad added a commit to eclipse-rdf4j/rdf4j-storage that referenced this issue Apr 3, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
hmottestad added a commit to eclipse-rdf4j/rdf4j-storage that referenced this issue Apr 3, 2019
Signed-off-by: Håvard Ottestad <[email protected]>
@hmottestad
Copy link
Contributor Author

# Run complete. Total time: 00:01:05

Benchmark                  Mode  Cnt   Score   Error  Units
BulkedBenchmark.innerJoin  avgt   10  58.142 ± 3.303  ms/op
BulkedBenchmark.outerJoin  avgt   10  53.029 ± 2.153  ms/op

hmottestad added a commit to eclipse-rdf4j/rdf4j-storage that referenced this issue Apr 3, 2019
hmottestad added a commit to eclipse-rdf4j/rdf4j-storage that referenced this issue Apr 3, 2019
hmottestad added a commit to eclipse-rdf4j/rdf4j-storage that referenced this issue Apr 3, 2019
* develop:
  eclipse-rdf4j/rdf4j#1378 simplified code
  eclipse-rdf4j/rdf4j#1378 simple improvements
  eclipse-rdf4j/rdf4j#1378 benchmarks

Signed-off-by: Håvard Ottestad <[email protected]>

# Conflicts:
#	shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/planNodes/BulkedExternalInnerJoin.java
hmottestad added a commit to eclipse-rdf4j/rdf4j-storage that referenced this issue Apr 3, 2019
* develop:
  inner joing fix
  eclipse-rdf4j/rdf4j#1380 innerjoin
  eclipse-rdf4j/rdf4j#1380 improved maxCount performance
  eclipse-rdf4j/rdf4j#1378 simplified code
  eclipse-rdf4j/rdf4j#1378 simple improvements
  eclipse-rdf4j/rdf4j#1378 benchmarks
  eclipse-rdf4j/rdf4j#1375 updated benchmarks
  eclipse-rdf4j/rdf4j#1375 added large benchmark and adjusted the complex benchmark shacl rules and optimisations

Signed-off-by: Håvard Ottestad <[email protected]>

# Conflicts:
#	shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/planNodes/BulkedExternalInnerJoin.java
#	shacl/src/test/java/org/eclipse/rdf4j/sail/shacl/benchmark/ComplexBenchmark.java
@abrokenjester abrokenjester added the M1 Fixed in milestone 1 label Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M1 Fixed in milestone 1 📦 SHACL affects the SHACL validator
Projects
None yet
Development

No branches or pull requests

2 participants