Re: [RDBO] insert speed questions with RDBO

2008-01-05 Thread John Siracusa
On Jan 5, 2008 1:25 PM, Ted Zlatanov <[EMAIL PROTECTED]> wrote: > I realize much of this question belongs to database-specific domains, > but here goes: I want RDBO insert operations to be faster. I need to > load thousands of records per second into a database. The first thing to investigate is

Re: [RDBO] insert speed questions with RDBO

2008-01-05 Thread Adam Prime
Ted Zlatanov wrote: > I realize much of this question belongs to database-specific domains, > but here goes: I want RDBO insert operations to be faster. I need to > load thousands of records per second into a database. I'm using > PostgreSQL, and everything works correctly. The extra DB operatio

[RDBO] insert speed questions with RDBO

2008-01-05 Thread Ted Zlatanov
I realize much of this question belongs to database-specific domains, but here goes: I want RDBO insert operations to be faster. I need to load thousands of records per second into a database. I'm using PostgreSQL, and everything works correctly. The extra DB operations per insert are killing pe