From: | Dimitri Fontaine <dim(at)dalibo(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org, Martijn van Oosterhout <kleptog(at)svana(dot)org> |
Cc: | Simon Riggs <simon(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Kelly Burkhart <kelly(dot)burkhart(at)gmail(dot)com>, Evgeny Gridasov <eugrid(at)fpm(dot)kubsu(dot)ru>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: [HACKERS] EXPLAIN ANALYZE on 8.2 |
Date: | 2006-12-15 11:24:35 |
Message-ID: | 200612151224.42158.dim@dalibo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-performance |
Hi list,
Le vendredi 15 décembre 2006 11:50, Martijn van Oosterhout a écrit :
> BTW, doing gettimeofday() without kernel entry is not really possible.
> You could use the cycle counter but it has the problem that if you have
> multiple CPUs you need to calibrate the result. If the CPU goes to
> sleep, there's is no way for the userspace process to know. Only the
> kernel has all the relevent information about what "time" is to get a
> reasonable result.
I remember having played with intel RDTSC (time stamp counter) for some timing
measurement, but just read from several sources (including linux kernel
hackers considering its usage for gettimeofday() implementation) that TSC is
not an accurate method to have elapsed time information.
May be some others method than gettimeofday() are available (Lamport
Timestamps, as PGDG may have to consider having a distributed processing
ready EA in some future), cheaper and accurate?
After all, the discussion, as far as I understand it, is about having a
accurate measure of duration of events, knowing when they occurred in the day
does not seem to be the point.
My 2¢, hoping this could be somehow helpfull,
--
Dimitri Fontaine
http://www.dalibo.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2006-12-15 11:28:00 | Re: invalid input syntax for type timestamp. |
Previous Message | Hiroshi Saito | 2006-12-15 11:20:22 | Re: invalid input syntax for type timestamp. |
From | Date | Subject | |
---|---|---|---|
Next Message | Ron | 2006-12-15 11:55:52 | Re: New to PostgreSQL, performance considerations |
Previous Message | Martijn van Oosterhout | 2006-12-15 10:50:08 | Re: [HACKERS] EXPLAIN ANALYZE on 8.2 |