Re: speeding up simple SELECT statements with the C api?

2003-02-27 Thread Gary Hertel
Oh, and just as a sidenote all the queries have indexes that match the order by and where conditions (they're the same indexes as the original database). -Gary Hertel - Original Message - From: "Gary Hertel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Th

speeding up simple SELECT statements with the C api?

2003-02-27 Thread Gary Hertel
eried at a time. I have a feeling it's the overhead with every query that's really the problem here and that there really is no fix. I also can't really combine the sql statements and save the data for later due to the unique format of the reports. But perhaps there are some optimiza