Re: Speeding up INSERTs and UPDATEs to partitioned tables

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Speeding up INSERTs and UPDATEs to partitioned tables
Дата
Msg-id CAKJS1f9Nv8o6RH7Kgf_dRr5LVw0tKjHRu0YiqGyQ8rQw5sa-FQ@mail.gmail.com
обсуждение исходный текст
Ответ на RE: Speeding up INSERTs and UPDATEs to partitioned tables  ("Kato, Sho" <kato-sho@jp.fujitsu.com>)
Ответы RE: Speeding up INSERTs and UPDATEs to partitioned tables  ("Kato, Sho" <kato-sho@jp.fujitsu.com>)
Список pgsql-hackers
On 5 July 2018 at 18:39, Kato, Sho <kato-sho@jp.fujitsu.com> wrote:
> postgres=# create table a(i int) partition by range(i);
> CREATE TABLE
> postgres=# create table a_1 partition of a for values from(1) to (200);
> CREATE TABLE
> postgres=# create table a_2 partition of a for values from(200) to (400);
> server closed the connection unexpectedly
>         This probably means the server terminated abnormally
>         before or while processing the request.
> The connection to the server was lost. Attempting reset: Failed.

Hi,

Thanks for testing. I'm unable to reproduce this on beta2 or master as
of f61988d16.

Did you try make clean then building again?  The 0001 patch does
change PartitionDescData, so if you've not rebuilt all .c files which
use that then that might explain your crash.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Srinivas Karthik V
Дата:
Сообщение: Re: Bulk Insert into PostgreSQL
Следующее
От: Abinaya k
Дата:
Сообщение: Regarding shared_preload_libraries (postgresql.conf file)