Re: Performance on Bulk Insert to Partitioned Table - Mailing list pgsql-performance

From Ali Pouya
Subject Re: Performance on Bulk Insert to Partitioned Table
Date
Msg-id CAEEEPmyPNf_6wevxfa8dKyi9mdamchON2G6NJsGmviq3mF5izw@mail.gmail.com
Whole thread Raw
In response to Re: Performance on Bulk Insert to Partitioned Table  (Charles Gomes <charlesrg@outlook.com>)
Responses Re: Performance on Bulk Insert to Partitioned Table
List 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 by date:

Previous
From: Horst Dehmer
Date:
Subject: Re: Insert performance for large transaction with multiple COPY FROM
Next
From: Charles Gomes
Date:
Subject: Re: Performance on Bulk Insert to Partitioned Table