Comparison of EclipseLink with Derby server vs OpenJPA with MySQL server
Each of the following tables focuses on a specific database operation, where the last table presents average results comparison.
Speed comparison of JPA database persistence operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server |
Basic Person Test | 3.8 | 3.9 | 3.1 | 1.6 | 3.4 | 2.7 |
Element Collection Test | 2.2 | 1.6 | 1.5 | 0.68 | 1.8 | 1.1 |
Inheritance Test | 3.9 | 3.6 | 2.9 | 1.4 | 3.4 | 2.5 |
Indexing Test | 5.2 | 5.6 | 4.3 | 2.4 | 4.7 | 4.0 |
Graph (Binary Tree) Test | 1.9 | 0.68 | 1.7 | 0.57 | 1.8 | 0.63 |
Multithreading Test | 6.1 | 7.2 | 3.9 | 2.7 | 5.0 | 4.9 |
All Tests | 3.8 | 3.7 | 2.9 | 1.5 | 3.4 | 2.6 |
The results above show that in general EclipseLink with Derby server is more efficient than OpenJPA with MySQL server in persisting JPA entity objects to the database.
A large performance gap has been detected when using graphs of objects with large transaction size. Comparing the normalized speed of OpenJPA with MySQL database server (0.57) to the normalized speed of EclipseLink with Derby database server (1.7) reveals that in that case, EclipseLink with Derby server is 3.0 times faster than OpenJPA with MySQL server.
Speed comparison of JPA database retrieval operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server |
Basic Person Test | 6.4 | 3.2 | 11.3 | 22.7 | 8.8 | 12.9 |
Element Collection Test | 1.8 | 0.0038 | 2.4 | 2.9 | 2.1 | 1.4 |
Inheritance Test | 3.7 | 0.017 | 12.9 | 6.9 | 8.3 | 3.4 |
Indexing Test | 3.6 | 2.4 | 12.8 | 23.4 | 8.2 | 12.9 |
Graph (Binary Tree) Test | 0.61 | 0.27 | 0.73 | 0.35 | 0.67 | 0.31 |
Multithreading Test | 8.5 | 0.14 | 19.8 | 18.1 | 14.1 | 9.1 |
All Tests | 4.1 | 1.0 | 10.0 | 12.4 | 7.0 | 6.7 |
The results above show that in general EclipseLink with Derby server is slightly more efficient than OpenJPA with MySQL server in retrieving JPA entity objects from the database.
A huge performance gap has been detected when using JPA element collections with small retrieval size. Comparing the normalized speed of OpenJPA with MySQL database server (0.0038) to the normalized speed of EclipseLink with Derby database server (1.8) reveals that in that case, EclipseLink with Derby server is 474 times faster than OpenJPA with MySQL server.
On the other hand, EclipseLink with Derby server is slower, for instance, when using simple basic entities with large retrieval size. Comparing the normalized speed of EclipseLink with Derby database server (11.3) to the normalized speed of OpenJPA with MySQL database server (22.7) reveals that in that case, EclipseLink with Derby server is 2.0 times slower than OpenJPA with MySQL server.
Speed comparison of JPA database query operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server |
Basic Person Test | 45.8 | 9.3 | 5.3 | 2.2 | 25.6 | 5.8 |
Element Collection Test | 35.2 | 4.8 | 0.99 | 1.1 | 18.1 | 2.9 |
Inheritance Test | 23.1 | 1.5 | 5.9 | 0.90 | 14.5 | 1.2 |
Indexing Test | 2.5 | 0.31 | 12.2 | 2.1 | 7.4 | 1.2 |
Multithreading Test | 34.3 | 1.9 | 7.7 | 0.99 | 21.0 | 1.4 |
All Tests | 28.2 | 3.6 | 6.4 | 1.5 | 17.3 | 2.5 |
The results above show that in general EclipseLink with Derby server is much more efficient than OpenJPA with MySQL server in executing the tested JPA queries. Comparing the normalized speed of OpenJPA with MySQL database server (2.5) to the normalized speed of EclipseLink with Derby database server (17.3) reveals that in these tests, EclipseLink with Derby server is 6.9 times faster than OpenJPA with MySQL server.
A huge performance gap has been detected when using multithreading with small retrieval size. Comparing the normalized speed of OpenJPA with MySQL database server (1.9) to the normalized speed of EclipseLink with Derby database server (34.3) reveals that in that case, EclipseLink with Derby server is 18.1 times faster than OpenJPA with MySQL server.
Speed comparison of JPA database update operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server |
Basic Person Test | 3.9 | 0.74 | 4.4 | 1.6 | 4.1 | 1.2 |
Element Collection Test | 1.7 | 0.014 | 1.6 | 1.7 | 1.6 | 0.87 |
Inheritance Test | 4.6 | 0.048 | 6.1 | 2.0 | 5.3 | 1.0 |
Indexing Test | 4.5 | 0.74 | 7.6 | 3.0 | 6.1 | 1.9 |
Graph (Binary Tree) Test | 0.70 | 0.45 | 0.42 | 0.25 | 0.56 | 0.35 |
Multithreading Test | 7.3 | 0.55 | 4.8 | 2.9 | 6.0 | 1.7 |
All Tests | 3.8 | 0.42 | 4.2 | 1.9 | 4.0 | 1.2 |
The results above show that in general EclipseLink with Derby server is much more efficient than OpenJPA with MySQL server in updating JPA entity objects in the database. Comparing the normalized speed of OpenJPA with MySQL database server (1.2) to the normalized speed of EclipseLink with Derby database server (4.0) reveals that in these tests, EclipseLink with Derby server is 3.3 times faster than OpenJPA with MySQL server.
A huge performance gap has been detected when using JPA element collections with small transaction size. Comparing the normalized speed of OpenJPA with MySQL database server (0.014) to the normalized speed of EclipseLink with Derby database server (1.7) reveals that in that case, EclipseLink with Derby server is 121 times faster than OpenJPA with MySQL server.
Speed comparison of JPA database removal operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server |
Basic Person Test | 2.8 | 0.98 | 3.9 | 1.7 | 3.3 | 1.4 |
Element Collection Test | 1.2 | 0.0099 | 0.55 | 0.65 | 0.87 | 0.33 |
Inheritance Test | 3.3 | 0.033 | 3.7 | 1.5 | 3.5 | 0.75 |
Indexing Test | 4.9 | 0.64 | 3.5 | 2.0 | 4.2 | 1.3 |
Graph (Binary Tree) Test | 0.51 | 0.41 | 0.50 | 0.43 | 0.51 | 0.42 |
Multithreading Test | 4.8 | 0.27 | 5.7 | 2.9 | 5.3 | 1.6 |
All Tests | 2.9 | 0.39 | 3.0 | 1.5 | 3.0 | 0.96 |
The results above show that in general EclipseLink with Derby server is much more efficient than OpenJPA with MySQL server in deleting JPA entity objects from the database. Comparing the normalized speed of OpenJPA with MySQL database server (0.96) to the normalized speed of EclipseLink with Derby database server (3.0) reveals that in these tests, EclipseLink with Derby server is 3.1 times faster than OpenJPA with MySQL server.
A huge performance gap has been detected when using JPA element collections with small transaction size. Comparing the normalized speed of OpenJPA with MySQL database server (0.0099) to the normalized speed of EclipseLink with Derby database server (1.2) reveals that in that case, EclipseLink with Derby server is 121 times faster than OpenJPA with MySQL server.
Comparison of JPA/Database speed - the averages (normalized score, higher is better)
Transaction/Retrieval Size | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server | EclipseLink Derby server | OpenJPA MySQL server |
Basic Person Test | 12.5 | 3.6 | 5.6 | 6.0 | 9.1 | 4.8 |
Element Collection Test | 8.4 | 1.3 | 1.4 | 1.4 | 4.9 | 1.3 |
Inheritance Test | 7.7 | 1.0 | 6.3 | 2.5 | 7.0 | 1.8 |
Indexing Test | 4.1 | 1.9 | 8.1 | 6.6 | 6.1 | 4.3 |
Graph (Binary Tree) Test | 0.93 | 0.45 | 0.83 | 0.40 | 0.88 | 0.43 |
Multithreading Test | 12.2 | 2.0 | 8.4 | 5.5 | 10.3 | 3.8 |
All Tests | 7.9 | 1.8 | 5.2 | 3.9 | 6.6 | 2.8 |
The results above show that in general EclipseLink with Derby server is more efficient than OpenJPA with MySQL server in performing JPA database operations. Comparing the normalized speed of OpenJPA with MySQL database server (2.8) to the normalized speed of EclipseLink with Derby database server (6.6) reveals that in these tests, EclipseLink with Derby server is 2.4 times faster than OpenJPA with MySQL server.
A large performance gap has been detected when using class inheritance in the object model with small transaction/retrieval size. Comparing the normalized speed of OpenJPA with MySQL database server (1.0) to the normalized speed of EclipseLink with Derby database server (7.7) reveals that in that case, EclipseLink with Derby server is 7.7 times faster than OpenJPA with MySQL server.
Other Head to Head DBMS/JPA Comparisons
EclipseLink with Derby server against:
- Oracle Database 11g
- IBM DB2 10
- Microsoft SQL Server 2008
- DataNucleus with Derby embedded
- DataNucleus with H2 embedded
- DataNucleus with HSQLDB embedded
- DataNucleus with DB4O embedded
- DataNucleus with Derby server
- DataNucleus with H2 server
- DataNucleus with MySQL server
- DataNucleus with PostgreSQL server
- EclipseLink with Derby embedded
- EclipseLink with H2 embedded
- EclipseLink with HSQLDB embedded
- EclipseLink with SQLite embedded
- EclipseLink with H2 server
- EclipseLink with MySQL server
- EclipseLink with PostgreSQL server
- Hibernate with Derby embedded
- Hibernate with H2 embedded
- Hibernate with HSQLDB embedded
- Hibernate with SQLite embedded
- Hibernate with Derby server
- Hibernate with H2 server
- Hibernate with MySQL server
- Hibernate with PostgreSQL server
- OpenJPA with Derby embedded
- OpenJPA with H2 embedded
- OpenJPA with HSQLDB embedded
- OpenJPA with Derby server
- OpenJPA with H2 server
- OpenJPA with MySQL server
- OpenJPA with PostgreSQL server
- ObjectDB embedded
- ObjectDB server
OpenJPA with MySQL server against:
- Oracle Database 11g
- IBM DB2 10
- Microsoft SQL Server 2008
- DataNucleus with Derby embedded
- DataNucleus with H2 embedded
- DataNucleus with HSQLDB embedded
- DataNucleus with DB4O embedded
- DataNucleus with Derby server
- DataNucleus with H2 server
- DataNucleus with MySQL server
- DataNucleus with PostgreSQL server
- EclipseLink with Derby embedded
- EclipseLink with H2 embedded
- EclipseLink with HSQLDB embedded
- EclipseLink with SQLite embedded
- EclipseLink with Derby server
- EclipseLink with H2 server
- EclipseLink with MySQL server
- EclipseLink with PostgreSQL server
- Hibernate with Derby embedded
- Hibernate with H2 embedded
- Hibernate with HSQLDB embedded
- Hibernate with SQLite embedded
- Hibernate with Derby server
- Hibernate with H2 server
- Hibernate with MySQL server
- Hibernate with PostgreSQL server
- OpenJPA with Derby embedded
- OpenJPA with H2 embedded
- OpenJPA with HSQLDB embedded
- OpenJPA with Derby server
- OpenJPA with H2 server
- OpenJPA with PostgreSQL server
- ObjectDB embedded
- ObjectDB server