Re: Schema variables - new implementation for Postgres 15

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: Schema variables - new implementation for Postgres 15
Дата
Msg-id 20220822140543.GB2342@telsasoft.com
обсуждение исходный текст
Ответ на Re: Schema variables - new implementation for Postgres 15  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Schema variables - new implementation for Postgres 15
Список pgsql-hackers
> +-- test on query with workers
> +CREATE TABLE svar_test(a int);
> +INSERT INTO svar_test SELECT * FROM generate_series(1,1000000);

When I looked at this, I noticed this huge table.

I don't think you should create such a large table just for this.

To exercise parallel workers with a smaller table, decrease
min_parallel_table_scan_size and others as done in other regression tests.

-- 
Justin



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

Предыдущее
От: Christoph Berg
Дата:
Сообщение: Re: pg_receivewal and SIGTERM
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: ICU for global collation