Re: [pgsql-hackers-win32] Help with tuning this query (with explain analyze finally) - Mailing list pgsql-performance

From Tom Lane
Subject Re: [pgsql-hackers-win32] Help with tuning this query (with explain analyze finally)
Date
Msg-id 23086.1110206737@sss.pgh.pa.us
Whole thread Raw
Responses Re: [pgsql-hackers-win32] Help with tuning this query (with  (John A Meinel <john@arbash-meinel.com>)
List pgsql-performance
"Magnus Hagander" <mha@sollentuna.net> writes:
> There is. I beleive QueryPerformanceCounter has sub-mirosecond
> resolution.

> Can we just replace gettimeofday() with a version that's basically:

No, because it's also used for actual time-of-day calls.  It'd be
necessary to hack executor/instrument.c in particular.

            regards, tom lane

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: [pgsql-hackers-win32] Help with tuning this query (with explain analyze finally)
Next
From: "Magnus Hagander"
Date:
Subject: Re: [pgsql-hackers-win32] Help with tuning this query (with explain analyze finally)