×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
At 14:27 11/11/2003, Rob Berendt wrote:
In some situations people have been able to cheat by using a
summary function like max(dbmdc#)
I haven't looked at this in several years, but do some testing before you
try that route. When last I looked, it was much more expensive (and slower)
to use a function like max() than to use group by. My assumption at the
time was that group by allows the query to use a bitmap to determine
cardinality, while a function like max() forces the system to build a
temporary access path for sequencing purposes. I have no idea if that's
correct, but for sure, do some benchmarks first, and make sure you're
working with realistic dataset sizes when you do.
Pete Hall
pbhall@xxxxxxxxxxxxx
http://www.pbhall.us/
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.