Re: Postgres performance comments from a MySQL user

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ernest E Vogelsinger <ernest(at)vogelsinger(dot)at>
Cc: Arjen van der Meijden <acm(at)tweakers(dot)net>, "'scott(dot)marlowe'" <scott(dot)marlowe(at)ihs(dot)com>, "'Justin Clift'" <justin(at)postgresql(dot)org>, "'Joseph Shraibman'" <jks(at)selectacast(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres performance comments from a MySQL user
Date: 2003-06-17 00:25:34
Message-ID: 8063.1055809534@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ernest E Vogelsinger <ernest(at)vogelsinger(dot)at> writes:
> At 02:04 17.06.2003, Tom Lane said:
>> It's really hard to believe that you could see that kind of ratio from
>> any sort of cache effects, even kernel disk buffer cache which is
>> normally pretty large.

> I have EXPLAIN ANALYZE VERBOSE available.

That's the 3-sec-vs-10-msec case though. I can easily believe that that
represents kernel disk caching effects --- that is, 3 sec is what it
really takes to read all the data from disk, but once it's in RAM you
can do the calculations in 10 msec. The number that got my attention
was 20 minutes. I don't see where that could come from, given the same
query plan and no change in other system load.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ernest E Vogelsinger 2003-06-17 00:27:40 Re: Postgres performance comments from a MySQL user
Previous Message Sven Köhler 2003-06-17 00:21:39 Re: RE : full featured alter table?