Skip to content
Discussion options

You must be logged in to vote

If you run into a SELECT bottleneck with multiple parallel clients, the way to go would be a simple high-availability setup, with one primary node, and multiple replicas. RDF4J does not currently support that, but it was discussed previously here: #5147

In the Nanopublication Network we have a custom replication setup (based on Jelly streams) that sends the relevant RDF quads to all RDF4J instances. This is however a simpler case (append-only) and works only for that particular use case.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hmottestad
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ticapix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
wontfix issue won't be fixed (close reason)
3 participants
Converted from issue

This discussion was converted from issue #5557 on November 14, 2025 11:06.