Re: Windows buildfarm animals are still not happy with abbreviated keys patch - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Windows buildfarm animals are still not happy with abbreviated keys patch
Date
Msg-id CAB7nPqRMVAJYNKa65PKYRp8F-+cSP5wFmzyNYyV9dBRy+xoPvA@mail.gmail.com
Whole thread Raw
In response to Re: Windows buildfarm animals are still not happy with abbreviated keys patch  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Windows buildfarm animals are still not happy with abbreviated keys patch
List pgsql-hackers
On Tue, Jan 27, 2015 at 4:21 AM, Robert Haas <robertmhaas@gmail.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.
-- 
Michael



pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: ExplainModifyTarget doesn't work as expected
Next
From: Robert Haas
Date:
Subject: Re: WIP: dynahash replacement for buffer table