[GENERAL] pg_bulkloader

2012-01-13 Thread Hardy, Paul
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

[GENERAL] PG_Bulkloader (or other tools) and partitions

2009-05-31 Thread Wojtek
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

[GENERAL] pg_bulkloader (was Re: In the belly of the beast (MySQLCon))

2008-04-21 Thread Chris Browne
[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