Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN Commit: Bug#220394 - Insert performance, optimize flush/commit/resume

SVN Commit: Bug#220394 - Insert performance, optimize flush/commit/resume

 

Changes:

- Remove duplicate reset of change tracking in CommitManager, (only do in UOW resume).

- Optimize UOW resume, only reset changed objects, check and null collections.

- Add persistence unit property to allow resume after commit to be avoided.

- Fixed core emulated performance tests.

 

Code Review: Gord (pending)

 


Back to the top