Re: [PERFORM] Profiling a function...

2005-01-21 Thread Richard Huxton
Robert Sanford wrote: How do I profile a user-defined function so that I know which parts of the function are the ones that are taking the biggest chunk of time? When I run EXPLAIN on the queries within the function none of them show up as onerous burdens to the performance. But when they are all o

[PERFORM] Profiling a function...

2005-01-21 Thread Robert Sanford
How do I profile a user-defined function so that I know which parts of the function are the ones that are taking the biggest chunk of time? When I run EXPLAIN on the queries within the function none of them show up as onerous burdens to the performance. But when they are all operating together wit