Comparison of EclipseLink with Derby server vs DataNucleus with H2 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 | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server |
Basic Person Test | 3.8 | 3.4 | 3.1 | 2.2 | 3.4 | 2.8 |
Element Collection Test | 2.2 | 1.2 | 1.5 | 0.64 | 1.8 | 0.92 |
Inheritance Test | 3.9 | 3.0 | 2.9 | 1.9 | 3.4 | 2.4 |
Indexing Test | 5.2 | 5.3 | 4.3 | 3.5 | 4.7 | 4.4 |
Graph (Binary Tree) Test | 1.9 | 2.1 | 1.7 | 1.3 | 1.8 | 1.7 |
Multithreading Test | 6.1 | 10.0 | 3.9 | 4.3 | 5.0 | 7.2 |
All Tests | 3.8 | 4.2 | 2.9 | 2.3 | 3.4 | 3.2 |
The results above show that in general EclipseLink with Derby server is slightly more efficient than DataNucleus with H2 server in persisting JPA entity objects to the database.
A large performance gap has been detected when using JPA element collections with large transaction size. Comparing the normalized speed of DataNucleus with H2 database server (0.64) to the normalized speed of EclipseLink with Derby database server (1.5) reveals that in that case, EclipseLink with Derby server is 2.3 times faster than DataNucleus with H2 server.
Speed comparison of JPA database retrieval operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server |
Basic Person Test | 6.4 | 2.5 | 11.3 | 5.2 | 8.8 | 3.9 |
Element Collection Test | 1.8 | 0.56 | 2.4 | 1.1 | 2.1 | 0.82 |
Inheritance Test | 3.7 | 2.2 | 12.9 | 6.1 | 8.3 | 4.2 |
Indexing Test | 3.6 | 2.1 | 12.8 | 7.7 | 8.2 | 4.9 |
Graph (Binary Tree) Test | 0.61 | 5.7 | 0.73 | 8.9 | 0.67 | 7.3 |
Multithreading Test | 8.5 | 2.3 | 19.8 | 8.7 | 14.1 | 5.5 |
All Tests | 4.1 | 2.5 | 10.0 | 6.3 | 7.0 | 4.4 |
The results above show that in general EclipseLink with Derby server is more efficient than DataNucleus with H2 server in retrieving JPA entity objects from the database.
A large performance gap has been detected when using multithreading with small retrieval size. Comparing the normalized speed of DataNucleus with H2 database server (2.3) to the normalized speed of EclipseLink with Derby database server (8.5) reveals that in that case, EclipseLink with Derby server is 3.7 times faster than DataNucleus with H2 server.
On the other hand, EclipseLink with Derby server is slower, for instance, when using graphs of objects with large retrieval size. Comparing the normalized speed of EclipseLink with Derby database server (0.73) to the normalized speed of DataNucleus with H2 database server (8.9) reveals that in that case, EclipseLink with Derby server is 12.2 times slower than DataNucleus with H2 server.
Speed comparison of JPA database query operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server |
Basic Person Test | 45.8 | 4.1 | 5.3 | 1.3 | 25.6 | 2.7 |
Element Collection Test | 35.2 | 4.0 | 0.99 | 0.49 | 18.1 | 2.3 |
Inheritance Test | 23.1 | 2.9 | 5.9 | 1.5 | 14.5 | 2.2 |
Indexing Test | 2.5 | 0.0036 | 12.2 | 1.5 | 7.4 | 0.75 |
Multithreading Test | 34.3 | 1.3 | 7.7 | failed | 21.0 | 1.3 |
All Tests | 28.2 | 2.5 | 6.4 | 1.2 | 17.3 | 1.9 |
DataNucleus with H2 server has failed in 1 tests (see exceptions).
The results above show that in general EclipseLink with Derby server is much more efficient than DataNucleus with H2 server in executing the tested JPA queries. Comparing the normalized speed of DataNucleus with H2 database server (1.9) to the normalized speed of EclipseLink with Derby database server (17.3) reveals that in these tests, EclipseLink with Derby server is 9.1 times faster than DataNucleus with H2 server.
A huge performance gap has been detected when using database indexes with small retrieval size. Comparing the normalized speed of DataNucleus with H2 database server (0.0036) to the normalized speed of EclipseLink with Derby database server (2.5) reveals that in that case, EclipseLink with Derby server is 694 times faster than DataNucleus with H2 server.
Speed comparison of JPA database update operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server |
Basic Person Test | 3.9 | 2.5 | 4.4 | 1.4 | 4.1 | 1.9 |
Element Collection Test | 1.7 | 2.0 | 1.6 | 1.0 | 1.6 | 1.5 |
Inheritance Test | 4.6 | 2.4 | 6.1 | 2.3 | 5.3 | 2.3 |
Indexing Test | 4.5 | 2.7 | 7.6 | 3.0 | 6.1 | 2.9 |
Graph (Binary Tree) Test | 0.70 | 1.8 | 0.42 | 0.60 | 0.56 | 1.2 |
Multithreading Test | 7.3 | failed | 4.8 | failed | 6.0 | failed |
All Tests | 3.8 | 2.3 | 4.2 | 1.7 | 4.0 | 2.0 |
DataNucleus with H2 server has failed in 2 tests (see exceptions).
The results above show that in general EclipseLink with Derby server is more efficient than DataNucleus with H2 server in updating JPA entity objects in the database. Comparing the normalized speed of DataNucleus with H2 database server (2.0) to the normalized speed of EclipseLink with Derby database server (4.0) reveals that in these tests, EclipseLink with Derby server is 2.0 times faster than DataNucleus with H2 server.
A large performance gap has been detected when using simple basic entities with large transaction size. Comparing the normalized speed of DataNucleus with H2 database server (1.4) to the normalized speed of EclipseLink with Derby database server (4.4) reveals that in that case, EclipseLink with Derby server is 3.1 times faster than DataNucleus with H2 server.
On the other hand, EclipseLink with Derby server is slower, for instance, when using graphs of objects with small transaction size. Comparing the normalized speed of EclipseLink with Derby database server (0.70) to the normalized speed of DataNucleus with H2 database server (1.8) reveals that in that case, EclipseLink with Derby server is 2.6 times slower than DataNucleus with H2 server.
Speed comparison of JPA database removal operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server |
Basic Person Test | 2.8 | 3.4 | 3.9 | 1.3 | 3.3 | 2.3 |
Element Collection Test | 1.2 | 1.5 | 0.55 | 0.68 | 0.87 | 1.1 |
Inheritance Test | 3.3 | 2.7 | 3.7 | 1.3 | 3.5 | 2.0 |
Indexing Test | 4.9 | 5.7 | 3.5 | 1.9 | 4.2 | 3.8 |
Graph (Binary Tree) Test | 0.51 | 1.5 | 0.50 | 1.2 | 0.51 | 1.3 |
Multithreading Test | 4.8 | failed | 5.7 | 5.1 | 5.3 | 5.1 |
All Tests | 2.9 | 3.0 | 3.0 | 1.9 | 3.0 | 2.4 |
DataNucleus with H2 server has failed in 1 tests (see exceptions).
The results above show that in general EclipseLink with Derby server is slightly more efficient than DataNucleus with H2 server in deleting JPA entity objects from the database.
A large performance gap has been detected when using simple basic entities with large transaction size. Comparing the normalized speed of DataNucleus with H2 database server (1.3) to the normalized speed of EclipseLink with Derby database server (3.9) reveals that in that case, EclipseLink with Derby server is 3.0 times faster than DataNucleus with H2 server.
On the other hand, EclipseLink with Derby server is slower, for instance, when using graphs of objects with small transaction size. Comparing the normalized speed of EclipseLink with Derby database server (0.51) to the normalized speed of DataNucleus with H2 database server (1.5) reveals that in that case, EclipseLink with Derby server is 2.9 times slower than DataNucleus with H2 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 | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server | EclipseLink Derby server | DataNucleus H2 server |
Basic Person Test | 12.5 | 3.2 | 5.6 | 2.3 | 9.1 | 2.7 |
Element Collection Test | 8.4 | 1.9 | 1.4 | 0.78 | 4.9 | 1.3 |
Inheritance Test | 7.7 | 2.6 | 6.3 | 2.6 | 7.0 | 2.6 |
Indexing Test | 4.1 | 3.2 | 8.1 | 3.5 | 6.1 | 3.3 |
Graph (Binary Tree) Test | 0.93 | 2.8 | 0.83 | 3.0 | 0.88 | 2.9 |
Multithreading Test | 12.2 | 4.5 | 8.4 | 6.0 | 10.3 | 5.3 |
All Tests | 7.9 | 2.9 | 5.2 | 2.8 | 6.6 | 2.9 |
The results above show that in general EclipseLink with Derby server is more efficient than DataNucleus with H2 server in performing JPA database operations. Comparing the normalized speed of DataNucleus with H2 database server (2.9) to the normalized speed of EclipseLink with Derby database server (6.6) reveals that in these tests, EclipseLink with Derby server is 2.3 times faster than DataNucleus with H2 server.
A large performance gap has been detected when using JPA element collections with small transaction/retrieval size. Comparing the normalized speed of DataNucleus with H2 database server (1.9) to the normalized speed of EclipseLink with Derby database server (8.4) reveals that in that case, EclipseLink with Derby server is 4.4 times faster than DataNucleus with H2 server.
On the other hand, EclipseLink with Derby server is slower, for instance, when using graphs of objects with large transaction/retrieval size. Comparing the normalized speed of EclipseLink with Derby database server (0.83) to the normalized speed of DataNucleus with H2 database server (3.0) reveals that in that case, EclipseLink with Derby server is 3.6 times slower than DataNucleus with H2 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
DataNucleus with H2 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 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 MySQL server
- OpenJPA with PostgreSQL server
- ObjectDB embedded
- ObjectDB server