Flush « Performance « JPA Q&A





1. Performance problem related to session flush and cascading    forum.hibernate.org

View unanswered posts | View active topics Board index Hibernate & Java Persistence Hibernate Users All times are UTC - 5 hours [ DST ] Performance problem related to session flush and cascading Page 1 of 1 [ 3 posts ] Previous topic | Next topic Author Message asookazian Post ...

2. flush performance?    forum.hibernate.org

actually I've been working with databases for a long time, but when postgres does 10000+ inserts in a minute from a psql command (batch file), it seems a bit funny that it would be that much slower.. thats why I expect it to be the jdbc that slows things down, rather than the netowrk speed since similar timings are seen when ...

3. Future extensions for enhancing flush performance?    forum.hibernate.org

Hibernate version: 3.0.1 & 3.0.2 Hi, I've posted regarding this before but what is the feasibility of adding fuctionality to the flush event infrastructure to allow users to tell the session exactly what is dirty (i.e. which properties on which entities are dirty including collections and taking into account referential integrity)? The reason I ask is that we have a computation ...