Closed KonradHoeffner closed 3 years ago
I would ask the authors of QuadStore. If you can find specific level-js
operations to optimize, that would be welcome of course.
Unfortunately I don't know the internals of level-js to know which operations are behind the query, but the author of QuadStore told me that the reason of the performance is level-js. I just wanted to know if this is about as expected or if I should investigate whether there is something wrong with the way I set it up. I will continue investigating in the QuadStore direction then.
The query
SELECT ?c ?l WHERE { ?c a owl:Class; rdfs:label ?l. }
takes 111s on an Intel Core i9 10900k to retrieve 1246 hits from a turtle file of size 1.2 MB when used with level-js (using the browser bundle) as a backend for Quadstore, which is too slow for my use case. Is that level of performance expected or is there a way to improve it?