I have no problem loading a table using bulkloader. Eg.
OUTPUT = schema.tablename#
[.]table_name
INPUT = /filelocation/table.csv # Input data
location (absolute path)
TYPE = CSV
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 t
[EMAIL PROTECTED] ("Scott Marlowe") writes:
> What I keep dreaming of is a process that lets slony use pg_bulkloader
> or something like it to do the initial load...
Does there seem to be some likelihood of some portion of pg_bulkloader
getting added to core? It sounds like it's worth looking at