PG_Bulkloader (or other tools) and partitions

Поиск
Список
Период
Сортировка
От Wojtek
Тема PG_Bulkloader (or other tools) and partitions
Дата
Msg-id 4A222278.2020802@twine.pl
обсуждение исходный текст
Ответ на Re: keeping track of function execution  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
Hi,

I'm looking for solution to speed up my data load process. Currently, I
have up to 100 insert/second loaded to partitioned table and application
is inserting data directly to partitions (not to master table).

As a solution, I wanted to explore pg_bulkloader but as I understand it
needs to have destination table specified in config file, so:
- I can't make it to write directly to partitions (as I need to write
data to several partitions every day)
- I doubt pg_bulkload will consider rules/constraints to put data to
right partitions automatically

Anyone can share good practices on loading data to partitioned table,
please? not necessarily using pg_bulkload...

Regards,
foo



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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: nooby q: how get a row just inserted?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Pl/java in 8.4 bet1 sources compilation failed