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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Windows buildfarm animals are still not happy with abbreviated keys patch
Дата
Msg-id CAB7nPqRMVAJYNKa65PKYRp8F-+cSP5wFmzyNYyV9dBRy+xoPvA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Windows buildfarm animals are still not happy with abbreviated keys patch  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Windows buildfarm animals are still not happy with abbreviated keys patch  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: ExplainModifyTarget doesn't work as expected
Следующее
От: Robert Haas
Дата:
Сообщение: Re: WIP: dynahash replacement for buffer table