![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm using Postgres 7.4.2. I compiled it without changing any server parameter. I'm trying to do a bulk of 90 inserts in one table, commiting at the end. My problem is that the 90 inserts are processed on the client (Hibernate), but in my table I only have 80! It never inserts more than 80 registers. |
#3
| |||
| |||
|
|
Carlos Barroso <miguel.barroso (AT) mail (DOT) pt> writes: I'm using Postgres 7.4.2. I compiled it without changing any server parameter. I'm trying to do a bulk of 90 inserts in one table, commiting at the end. My problem is that the 90 inserts are processed on the client (Hibernate), but in my table I only have 80! It never inserts more than 80 registers. There is certainly no such limitation in Postgres itself. Better take another look at your own code. (Or Hibernate, whatever that is ...) |
#4
| |||
| |||
|
|
I tried with pure JDBC and still have the same problem. |
![]() |
| Thread Tools | |
| Display Modes | |
| |