Re: is it possible to make this faster? - Mailing list pgsql-performance

From Tom Lane
Subject Re: is it possible to make this faster?
Date
Msg-id 18692.1148614161@sss.pgh.pa.us
Whole thread Raw
In response to Re: is it possible to make this faster?  (Jeff - <threshar@torgo.978.org>)
List pgsql-performance
Jeff - <threshar@real.jefftrout.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

pgsql-performance by date:

Previous
From: Jeff -
Date:
Subject: Re: is it possible to make this faster?
Next
From: "Merlin Moncure"
Date:
Subject: Re: is it possible to make this faster?