On Friday, March 9, 2012 1:48:06 PM UTC-5, spiffytech wrote: > > Before we add special features to the DAL, has anyone profiled the DAL > with queries and data similar to nick name's to see if there's any > low-hanging fruit we can tackle to speed up the normal select()?
The suggested change is very small (~5 lines), backward compatible, and useful for other stuff as well (e.g. saving memory and speeding up Rows.as_list() as long as only one table is involved, which is a very common use case). nick name, can you please provide your table schema so we can test > performance on data sets similar to yours? > No time now, but I'll try to set up a test case for future evaluations over the weekend.