13 May
2004
13 May
'04
8:07 p.m.
Marc Lindahl wrote at 2004-5-12 12:35 -0400:
I was trying to let Catalog do the sorting, and avoid that (or - would it be faster to get unsorted results from the catalog and sort the results using sequence.sort?)
Usually, sorting via "sequence.sort" is much slower than sorting via an index. On the other hand, "sequence.sort" is much more flexible... -- Dieter