Re: Performance on Bulk Insert to Partitioned Table

Поиск
Список
Период
Сортировка
От Ali Pouya
Тема Re: Performance on Bulk Insert to Partitioned Table
Дата
Msg-id CAEEEPmyPNf_6wevxfa8dKyi9mdamchON2G6NJsGmviq3mF5izw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance on Bulk Insert to Partitioned Table  (Charles Gomes <charlesrg@outlook.com>)
Ответы Re: Performance on Bulk Insert to Partitioned Table  (Charles Gomes <charlesrg@outlook.com>)
Список pgsql-performance

2012/12/27 Charles Gomes <charlesrg@outlook.com>
So far that's what I got http://www.widesol.com/~charles/pgsql/partition.c
I had some issues as He uses HeapTuples and on 9.2 I see a Slot.

Hi Charles,
I copied your C code partition.c and am trying to test it.

For compiling you suggest :

...
gcc -I "./" -fpic -c trigger.c
...

Where comes the file trigger.c from ? Is that the one you find in the source directory
./src/backend/commands/    ?

Thanks a lot
Best regards
Ali



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

Предыдущее
От: Horst Dehmer
Дата:
Сообщение: Re: Insert performance for large transaction with multiple COPY FROM
Следующее
От: Charles Gomes
Дата:
Сообщение: Re: Performance on Bulk Insert to Partitioned Table