One script == one query? Or many queries in one script? Are you using a SPARQL library? Are HTTP connections pooled and reused?
All theses have a major impact on request performance. Fuseki (well, Jetty) is very good with connection management but the client has to play the game. On 25 February 2018 at 19:46, Laura Morales <[email protected]> wrote: > >> What software are you using to send the requests to Fuseki? > > > > I just send HTTP GET requests (from Python scripts). > > GET/POST >
