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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Robert Haas <robertmhaas(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 02:52:57
Message-ID: CAB7nPqRMVAJYNKa65PKYRp8F-+cSP5wFmzyNYyV9dBRy+xoPvA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-01-27 04:20:36 Re: WIP: dynahash replacement for buffer table
Previous Message Etsuro Fujita 2015-01-27 02:33:52 Re: ExplainModifyTarget doesn't work as expected