Subject | Re: [firebird-support] Sloooow query |
---|---|
Author | Martijn Tonies |
Post date | 2003-06-26T10:02:35Z |
Hi Louis,
simple execute - it tries to make the resultset editable as well and
therefore
queries the metadata etc etc. If you want to measure your time - exactly -
then measure it in your application.
Post the (new) plan as well.
What version of Firebird are you using?
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
> Yes, I'm already connectedthe
> I've written a threaded connection pool (although this query executes in
> context of the main thread) that re-uses database connections.Yes, it does. Mind you though, Database Workbench does more than a
>
> The results below was from Database Workbench which I am pretty sure keeps
> the database connection open?
simple execute - it tries to make the resultset editable as well and
therefore
queries the metadata etc etc. If you want to measure your time - exactly -
then measure it in your application.
> But I'm about to make sure that the connection being grabbed from the poolCan you post the COMPLETE DDL - including constraints, indices etc?
> is connected before I execute the query...
Post the (new) plan as well.
What version of Firebird are you using?
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com