Re: Record row count and execution time into table?
- From: "Mark D Powell" <Mark.Powell@xxxxxxx>
- Date: 30 Sep 2005 08:29:08 -0700
Get the time before the query and get it after the query and diff the
two values. The question is how accurate a value do you want. I say
the minimum query time for your purposes should be one second so you
can just use sysdate. Fractions of a second are meaningless since so
many other factors such as user load at the time of the query and the
need to get consistent read blocks will vary with every execution.
HTH -- Mark D Powell --
.
- References:
- Record row count and execution time into table?
- From: Snewber
- Re: Record row count and execution time into table?
- From: Mark D Powell
- Re: Record row count and execution time into table?
- From: Mark D Powell
- Re: Record row count and execution time into table?
- From: Snewber
- Record row count and execution time into table?
- Prev by Date: Re: Partition Drops is effecting performance adversely...
- Next by Date: Re: Installing oracle on fedora core 4 with 256 mb ram..
- Previous by thread: Re: Record row count and execution time into table?
- Next by thread: Re: Record row count and execution time into table?
- Index(es):
Relevant Pages
|