dice-group / IGUANA

IGUANA is a benchmark execution framework for RDF triple stores and quad stores
http://iguana-benchmark.eu
Apache License 2.0
25 stars 15 forks source link

IGUANA initialises every query handler during initialisation #271

Open nck-mlcnv opened 2 months ago

nck-mlcnv commented 2 months ago

This means it also initialises query handlers from different tasks, that won't be executed next. This is problem, because query handlers might contain big queries, so initialising every query handler might cause memory issues.