Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithOriginally posted by: ThomasT
Cool, So you could set sort to true within an X-ref for example without risking adding extra workload to the graph?
That's quite a different question.. you MUST sort before a join (if the data is not already sorted).
Then, any sort does "add extra workload" ... it's dependent upon how big your data is. The bigger your data, the more resources required for the sort.
There is (usually) no need to do your own sort in front of an Xref.. you can just use the internal one.