Hi,
I have been playing with jdbm and rdf indexing (as far as I know the only
one in Qi4j at this moment). The results for quering database with 100 000
simple entities is as follow:
* querying by Id is less than 1 ms
* finding entity by one property (string) lasts 12 sec, the query is:
Query<Lead> query = builder.where( eq( template.name(), name )
).newQuery(uow);
I hoped that rdf indexing will be faster or at least not slower than
querying RDBMS...
Or am I missing something? Any special configuration is required?
Thanks
Jacek
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev