niclashoyer / neo4j-sparql-extension

Neo4j unmanaged extension for RDF storage and SPARQL 1.1 query features
GNU General Public License v3.0
27 stars 10 forks source link

Missing query optimization #31

Open niclashoyer opened 9 years ago

niclashoyer commented 9 years ago

There is no query optimization which results in poor performance for most queries on a large dataset.

The underlying blueprints ouplementation lacks this feature, see this pull request.