Re: Windows buildfarm animals are still not happy with abbreviated keys patch

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Peter Geoghegan <pg(at)heroku(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows buildfarm animals are still not happy with abbreviated keys patch
Date: 2015-01-27 12:40:35
Message-ID: CA+TgmoYsHpWzPg4NmhG4Kugz8RzFsVaMS=qVXE8G5C5CcftjRA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jan 26, 2015 at 9:52 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> On Tue, Jan 27, 2015 at 4:21 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> That's what I hope to find out. :-)
> Buildfarm seems happy now. I just gave a try to that on one of my
> small Windows VMs and compared the performance with 9.4 for this
> simple test case when building with MSVC 2010:
> create table aa as select random()::text as a, 'filler filler filler'
> as b a from generate_series(1,1000000);
> create index aai in aa(a):
> On 9.4, the index creation took 26.5s, while on master it took 18s.
> That's nice, particularly for things like a restore from a dump.

Cool. That's a little bit smaller win than I would have expected
given my Linux results, but it's certainly respectable.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-01-27 14:27:13 GetLockConflicts() and thus recovery conflicts seem pretty broken
Previous Message Robert Haas 2015-01-27 12:37:51 Re: pg_upgrade and rsync