multiple transactions - Mailing list pgsql-hackers

From Rini Dutta
Subject multiple transactions
Date
Msg-id 20000818205555.13290.qmail@web2904.mail.yahoo.com
Whole thread Raw
List pgsql-hackers
Hi,

I'm using the postgresql 7.0.2., the JDBC interface. I
need to optimise the database storage speeds in my
application. In order to do this I considered having
more than one connection so that I can have separate
transactions for performing a group of inserts into a
specific table - 1 transaction/connection for one
table. But this seems to take the same time or even a
little longer than having the transactions occur
sequentially, contrary to my expectation especially
considering that these are inserts into separate
tables. 
Could you shed some light on this, and what I need to
do to make inserts using JDBC faster ?

Thanks,
Rini

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: possible constraint bug?
Next
From: Tom Lane
Date:
Subject: Re: Functions and Null Values