Re: SELECT constant; takes 15x longer on 9.0? - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: SELECT constant; takes 15x longer on 9.0?
Date
Msg-id AF37A0A8-BC5F-486C-A10D-D42921F375D8@kineticode.com
Whole thread Raw
In response to Re: SELECT constant; takes 15x longer on 9.0?  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-hackers
On Apr 6, 2010, at 6:07 AM, Merlin Moncure wrote:

>> In our test, which does 5801 of these pings during the test, they take
>> an average of 15x longer to execute on 9.0 as 8.4 ( 0.77ms vs. 0.05ms ).
> 
> did your pings change?  

No.

David



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: SELECT constant; takes 15x longer on 9.0?
Next
From: Dimitri Fontaine
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Check compulsory parameters in recovery.conf in standby_mode, per