Re: is it possible to make this faster?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff - <threshar(at)real(dot)jefftrout(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: is it possible to make this faster?
Date: 2006-05-26 03:29:21
Message-ID: 18692.1148614161@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Jeff - <threshar(at)real(dot)jefftrout(dot)com> writes:
> Also, are you sure your numbers are not coming out of the mysql query
> cache?
> That might explain some of it - also with Tom seeing comprable
> numbers in his test.

Indeed, enabling the mysql query cache makes the timings drop to
nil ... as long as I present a query that's strcmp-equal to the
last one (not different in whitespace for instance).

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2006-05-26 04:47:35 Re: is it possible to make this faster?
Previous Message Jeff - 2006-05-26 03:10:08 Re: is it possible to make this faster?