ProjectAdA / ada-ae

Repository for the source code of the annotation explorer, REST API and triplestore, and all linked data sets that were developed in the AdA project.
1 stars 0 forks source link

Triplestore: Conduct performance tests wrt. to memory settings (Prio: 3) #19

Closed hagt closed 3 years ago

hagt commented 3 years ago

Find appropriate setting that would make it possible to run multiple instances of the ada-ae stack

hagt commented 3 years ago

First investigations: MaxQueryMem, NumberOfBuffers and MaxDirtyBuffers do not have any effect on annotation queries (per movie, text search, value search). Runtime is only dependent on the number of annotations returned.

Querying all scenes (used by retrieving movie metadata) is running unusually long (see https://github.com/ProjectAdA/ada-ae/issues/41), but only until virtuoso is restarted once.

hagt commented 3 years ago

Memory requirements have been reduced and long running queries have been optimized.