Re: ddd

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: ddd
Дата
Msg-id CA+TgmoaATbCPrzkPWCatGZuOOGis_h-8VwAK9Pbgv4tkG4qwrg@mail.gmail.com
обсуждение исходный текст
Ответ на ddd  (Andres Freund <andres@anarazel.de>)
Ответы Re: force parallel mode vs CTAS  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: ddd  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Great subject line!

On Thu, Dec 21, 2017 at 9:31 AM, Andres Freund <andres@anarazel.de> wrote:
> I think both I and commit e9baa5e9fa147e are confused.
>
> By my reading this is the fault of e9baa5e9fa147e [3]. Robert, Haribabu
> any idea?

If I run the regression tests with force_parallel_mode=on prior to the
parallel hash join patch, they pass.  If I run them now, they fail
inside the parallel hash join tests here:

create table wide as select generate_series(1, 2) as id, rpad('',
320000, 'x') as t;

I'm guessing that test case would have failed before, too, but we
didn't have it.  I'll analyze this further in a bit.

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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Todd A. Cook"
Дата:
Сообщение: Re: force parallel mode vs CTAS
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: General purpose hashing func in pgbench