You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Charles Li <ch...@gmail.com> on 2013/12/11 18:51:32 UTC

Sparql query - will "limit 1" improve performance?

Hi, everyone!

I have a sparql query running by Jena code (2.10.1) against a TDB store. If
I know for sure the query will always return one record, will the use of
"limit 1" in the query string improve performance statistically?

Thanks!