Rob Vesse wrote on 10/11/17 9:47 AM:
>     - I know the "." in a query acts as more or less like an AND logical
>     operation. Does the order of sentences have implications in the
>     performance? Should I start with the most restrictive ones? Should I
>     start with the simplest ones, i.e. checking number values, etc.?
>
> yes and no. TDB Will attempt to do the necessary scans in an optimal order based on its knowledge of the statistics of the data. However this only applies within a single query pattern i.e. { } so depending on the structure of your query you may need to do some manual reordering. Also if inference is involved then that may interact.
>

This is from memory, so I could be wrong, but I believe that TDB's stats.opt file from which the statistics are drawn is _not_ updated on updates, but only on rebuilds or via the tool tdbstats. So you may want to update that to see if it makes any difference.


ajs6f

Reply via email to