Re: How to measure query time - with warm up and cached data

2018-01-21 Thread Neto pr
2018-01-21 13:53 GMT-08:00 Peter J. Holzer : > On 2018-01-21 12:45:54 -0800, Neto pr wrote: > > I need to know the actual execution time of a query, but considering > that the > > data is already cached. I also need to make sure that cached data from > other > > queries is

Re: How to measure query time - with warm up and cached data

2018-01-21 Thread Peter J. Holzer
On 2018-01-21 12:45:54 -0800, Neto pr wrote: > I need to know the actual execution time of a query, but considering that the > data is already cached. I also need to make sure that cached data from other > queries is cleared. > I believe that in order to know the real time of a query it will be

How to measure query time - with warm up and cached data

2018-01-21 Thread Neto pr
Hi all, I need to know the actual execution time of a query, but considering that the data is already cached. I also need to make sure that cached data from other queries is cleared. I believe that in order to know the real time of a query it will be necessary to "warm up" the data to be inserted