Skip to content

Commit

Permalink
Merge pull request #5 from Informatievlaanderen/feat/graphdb-performance
Browse files Browse the repository at this point in the history
feat: update performance after async materialiser
  • Loading branch information
jobulcke authored Mar 11, 2024
2 parents d07b77d + dcf20c9 commit 226aff5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions graphdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ were processed per second

| Batch Size | Members successfully posted | Members processed per second |
|------------|-----------------------------|------------------------------|
| 50 | 216 | 4.69 |
| 100 | 361 | 7.75 |
| 250 | 561 | 10.71 |
| 500 | 788 | 17.58 |
| 1000 | 1210 | 26.78 |
| 50 | 10000 | 269.45 |
| 100 | 10000 | 345.77 |
| 250 | 10000 | 350.14 |
| 500 | 10000 | 406.77 |
| 1000 | 10000 | 425.17 |
2 changes: 1 addition & 1 deletion graphdb/config/ldio-workbench.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ orchestrator:
config:
sparql-host: http://graphdb:8080/rdf4j-server
repository-id: test
batch-size: 50
batch-size: 1000
management:
tracing:
sampling:
Expand Down
2 changes: 1 addition & 1 deletion graphdb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
condition: service_started

ldio-workbench:
image: ghcr.io/informatievlaanderen/ldi-orchestrator:20240301142108
image: ghcr.io/informatievlaanderen/ldi-orchestrator:20240311160234
container_name: graphdb_ldio-workbench
environment:
- SPRING_CONFIG_NAME=application
Expand Down

0 comments on commit 226aff5

Please sign in to comment.