[redland-dev] [Rasqal RDF Query Library 0000376]: patterns containing literals are very slow compared to FILTER
Mantis Bug Tracker
mantis-bug-sender at librdf.org
Fri Jul 9 03:25:17 CEST 2010
The following issue has been SUBMITTED.
======================================================================
http://bugs.librdf.org/mantis/view.php?id=376
======================================================================
Reported By: vermonster
Assigned To:
======================================================================
Project: Rasqal RDF Query Library
Issue ID: 376
Category: query engine
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Query Language: SPARQL
======================================================================
Date Submitted: 2010-07-09 01:25
Last Modified: 2010-07-09 01:25
======================================================================
Summary: patterns containing literals are very slow compared
to FILTER
Description:
The performance of a query
...
?e a:Property "value" .
is much slower than
...
?e a:Property ?t .
FILTER (?t = "value")
(for a very small triplestore, returning 13 values, the latter takes
20msecs while the former takes over 21 seconds.
Is this to be expected?
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-07-09 01:25 vermonster New Issue
2010-07-09 01:25 vermonster Query Language => SPARQL
======================================================================
More information about the redland-dev
mailing list