| From: | "Michael Nonemacher" <Michael_Nonemacher(at)messageone(dot)com> |
|---|---|
| To: | <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | JDBC statement batching in 7.4? |
| Date: | 2004-02-18 21:02:21 |
| Message-ID: | 30CE68DEED8695408D42F4D78183D522018484@txw2kse2k01.austin.messageone.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Several of the products I've developed have been using PostgreSQL from
java for awhile now, and I've been anxiously awaiting real statement
batching (one roundtrip per executeBatch) for some time now. Is this on
the roadmap? Is there any good reason this hasn't been implemented yet?
I've seen a few messages about how batching is now supported, but it
looks to me like there's no real advantage to using it, because it's
still a roundtrip per query. To me, the whole point of batching is to
execute a number of statements in a single roundtrip. Will this ever
happen?
schmoe
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2004-02-18 23:50:44 | Re: PATH: SSL flexibility and documentation |
| Previous Message | Chris Smith | 2004-02-18 19:55:16 | PATH: SSL flexibility and documentation |