hi christoph,

I'm mostly using XPath, but SQL gives me better performance if I only need a
particular property of a node in the result set.
can you elaborate on this? it would be great to have more background
information on this...

afaik, there should not be any difference in performance, and for example
"//element(*, nt:resource)/(@jcr:lastModified)" should be equivalent to
"select jcr:lastModified from nt:resource"

regards,
david

Reply via email to