On 8/21/05, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Sun, 2005-08-21 at 17:30 +0200, Martijn Voncken wrote: > > maybe i said something stupid here ;), i forgot about parsing the query > etc.. > > but my point is that it's mosty the number of selects/sub selects that > > makes things fast or slow (assuming indexed query's) > > Assuming indexed queries, it's the number of rows returned that matters,
Jason, i did a little test on that,most of the time is in python. Here the number of rows returned matters less than the number of selects. test code attached. Martijn.
testp.py
Description: application/python