-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When running passage-server, querying ?s ?p ?o, half the time is spend on serializing in JSON format (writeRow):
Few tracks for improving execution time:
- Change the serializer by Blazegraph's, might be faster, might be not. It might at least remove the need for converting into Jena's
Node(i.e.,parseandgetStringin the middle of the flamegraph); - Implement a thread dedicated to serialization.
Reactions are currently unavailable