When one or more of the All filters is selected - only average normalized results are displayed. Please read Running and Results for more details.
Speed comparison of JPA database retrieval operations per second (higher is better)
  | Derby embedded | H2 embedded | HSQLDB embedded | SQLite embedded | DB4O embedded | ObjectDB embedded | Derby server | H2 server | MySQL server | PostgreSQL server | ObjectDB server |
---|---|---|---|---|---|---|---|---|---|---|---|
DataNucleus | 88,694 | 117,307 | 52,295 | failed | 37,139 | 50,150 | 19,799 | 68,931 | |||
EclipseLink | 31,965 | 111,949 | 79,385 | failed | 4,086 | 10,780 | 4,243 | 3,426 | |||
Hibernate | 16,977 | 22,495 | 26,236 | 4,924 | 7,003 | 6,396 | 3,989 | 4,378 | |||
OpenJPA | 6,732 | 7,594 | 11,893 | 2,185 | 2,752 | 1,986 | 1,949 | ||||
ObjectDB | 560,658 | 138,755 |
Performance comparison chart - The Y-Axis represents normalized score in logarithmic scale - higher is better:
Performance comparison chart - The Y-Axis represents normalized score in linear scale - higher is better:
Best and Worst JPA/Database Performer in this comparison
The Most Efficient (the Fastest):
1. | ObjectDB embedded | 100 |
2. | ObjectDB server | 24.7 |
3. | DataNucleus with H2 embedded | 20.9 |
4. | EclipseLink with H2 embedded | 20.0 |
5. | DataNucleus with Derby embedded | 15.8 |
6. | EclipseLink with HSQLDB embedded | 14.2 |
7. | DataNucleus with PostgreSQL server | 12.3 |
8. | DataNucleus with HSQLDB embedded | 9.3 |
9. | DataNucleus with H2 server | 8.9 |
10. | DataNucleus with Derby server | 6.6 |
11. | EclipseLink with Derby embedded | 5.7 |
12. | Hibernate with HSQLDB embedded | 4.7 |
13. | Hibernate with H2 embedded | 4.0 |
14. | DataNucleus with MySQL server | 3.5 |
15. | Hibernate with Derby embedded | 3.0 |
16. | OpenJPA with HSQLDB embedded | 2.1 |
17. | EclipseLink with H2 server | 1.9 |
The Least Efficient (the Slowest):
18. | OpenJPA with H2 embedded | 1.4 |
19. | Hibernate with Derby server | 1.2 |
20. | OpenJPA with Derby embedded | 1.2 |
21. | Hibernate with H2 server | 1.1 |
22. | Hibernate with SQLite embedded | 0.88 |
23. | Hibernate with PostgreSQL server | 0.78 |
24. | EclipseLink with MySQL server | 0.76 |
25. | EclipseLink with Derby server | 0.73 |
26. | Hibernate with MySQL server | 0.71 |
27. | EclipseLink with PostgreSQL server | 0.61 |
28. | OpenJPA with H2 server | 0.49 |
29. | OpenJPA with Derby server | 0.39 |
30. | OpenJPA with MySQL server | 0.35 |
31. | OpenJPA with PostgreSQL server | 0.35 |
32. | DataNucleus with DB4O embedded | 0.0000 |
33. | EclipseLink with SQLite embedded | 0.0000 |
Problems (Exceptions) in these tests
- EclipseLink with SQLite embedded
Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.1.v20100817-r8050): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: no such function: MOD Error Code: 0 Call: SELECT ID, CHANGECOUNT, CHILD1_ID, CHILD2_ID FROM NODE WHERE ((MOD(ID, ?) = ?) AND (ID >= ?)) bind => [100, 1, 22664] Query: ReadAllQuery(referenceClass=Node sql="SELECT ID, CHANGECOUNT, CHILD1_ID, CHILD2_ID FROM NODE WHERE ((MOD(ID, ?) = ?) AND (ID >= ?))") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:683) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:526) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:529) at org.eclipse.persistence.internal.sessions.IsolatedClientSession.executeCall(IsolatedClientSession.java:133) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:206) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:192) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:263) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:644) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2537) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2496) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:407) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1074) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:736) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1034) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:380) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1112) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2909) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1291) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1273) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1247) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.executeReadQuery(EJBQueryImpl.java:479) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getResultList(EJBQueryImpl.java:714) at org.jpab.node.NodeTest.retireveEntities(NodeTest.java:130) at org.jpab.Test.doAction(Test.java:251) at org.jpab.Runner$RetrieveAction.run0(Runner.java:550) at org.jpab.Runner$TestAction.run(Runner.java:517) at java.lang.Thread.run(Thread.java:662) Caused by: java.sql.SQLException: no such function: MOD at org.sqlite.DB.throwex(DB.java:288) at org.sqlite.NestedDB.prepare(NestedDB.java:115) at org.sqlite.DB.prepare(DB.java:114) at org.sqlite.PrepStmt.
(PrepStmt.java:37) at org.sqlite.Conn.prepareStatement(Conn.java:224) at org.sqlite.Conn.prepareStatement(Conn.java:217) at org.sqlite.Conn.prepareStatement(Conn.java:206) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1401) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1350) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:652) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:576) ... 26 more - DataNucleus with DB4O embedded
javax.persistence.PersistenceException: Object "org.jpab.node.Node@8135daf" being inserted has id "130003" yet an object with this id already exists in the datastore! at org.datanucleus.api.jpa.NucleusJPAHelper.getJPAExceptionForNucleusException(NucleusJPAHelper.java:302) at org.datanucleus.api.jpa.JPAEntityTransaction.commit(JPAEntityTransaction.java:122) at org.jpab.Test.persist(Test.java:217) at org.jpab.Test.persist(Test.java:200) at org.jpab.Runner$PersistAction.run0(Runner.java:538) at org.jpab.Runner$TestAction.run(Runner.java:517) at java.lang.Thread.run(Thread.java:662) Caused by: org.datanucleus.exceptions.NucleusUserException: Object "org.jpab.node.Node@8135daf" being inserted has id "130003" yet an object with this id already exists in the datastore! at org.datanucleus.store.db4o.DB4OPersistenceHandler.insertObject(DB4OPersistenceHandler.java:140) at org.datanucleus.state.JDOStateManager.internalMakePersistent(JDOStateManager.java:2371) at org.datanucleus.state.JDOStateManager.flush(JDOStateManager.java:3803) at org.datanucleus.ObjectManagerImpl.flushInternalWithOrdering(ObjectManagerImpl.java:3854) at org.datanucleus.ObjectManagerImpl.flushInternal(ObjectManagerImpl.java:3755) at org.datanucleus.ObjectManagerImpl.flush(ObjectManagerImpl.java:3701) at org.datanucleus.ObjectManagerImpl.preCommit(ObjectManagerImpl.java:4084) at org.datanucleus.ObjectManagerImpl$2.transactionPreCommit(ObjectManagerImpl.java:398) at org.datanucleus.TransactionImpl.internalPreCommit(TransactionImpl.java:370) at org.datanucleus.TransactionImpl.commit(TransactionImpl.java:259) at org.datanucleus.api.jpa.JPAEntityTransaction.commit(JPAEntityTransaction.java:103) ... 5 more
The results above are in use in calculating the following average results
- All Tests - All Operations - All Batch Size Modes
- All Tests - All Operations - Many Entities (5000)
- All Tests - Retrieval Operations - All Batch Size Modes
- All Tests - Retrieval Operations - Many Entities (5000)
- Graph (Binary Tree) Test - All Operations - All Batch Size Modes
- Graph (Binary Tree) Test - All Operations - Many Entities (5000)
- Graph (Binary Tree) Test - Retrieval Operations - All Batch Size Modes