Doug,
Since you have been replying to list posts more frequently, I figured I
would ask you a question real quick.

We have several pieces of workflow that use filter side tables and COLSUM.
In situations where there are more records in the table than the 'Server
Table Field Chunk Size', I have noticed that it does a 'select first x' on
the table columns, and it does it again till it finds a number higher than
the number of records returned.  In our situation we had the setting at 1000
and had over 50K records in the table...so the SQL log shows select first
1000, then 2000, 3000, 4000, etc till it hits a value above the count in the
table.  This of course kills our performance when we are just doing a sum on
a column....so I converted them to direct SQL doing SUM() and aren't having
problems anymore.  Why was this done as a method to perform COLSUM?....it
doesn't seem efficient to me at all.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

Reply via email to