You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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., parse and getString in the middle of the flamegraph);
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:
Node(i.e.,parseandgetStringin the middle of the flamegraph);