Comparison of EclipseLink with PostgreSQL server vs DataNucleus with Derby embedded
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 PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded |
Basic Person Test | 7.3 | 4.6 | 4.2 | 2.8 | 5.8 | 3.7 |
Element Collection Test | 3.1 | 2.4 | 1.9 | 1.6 | 2.5 | 2.0 |
Inheritance Test | 6.9 | 4.6 | 5.0 | 2.7 | 5.9 | 3.7 |
Indexing Test | 10.0 | 7.6 | 6.8 | 4.8 | 8.4 | 6.2 |
Graph (Binary Tree) Test | 3.5 | 1.6 | 3.3 | 1.4 | 3.4 | 1.5 |
Multithreading Test | 31.8 | 8.6 | 14.5 | 3.3 | 23.1 | 5.9 |
All Tests | 10.4 | 4.9 | 6.0 | 2.8 | 8.2 | 3.8 |
The results above show that in general EclipseLink with PostgreSQL server is more efficient than DataNucleus with Derby embedded in persisting JPA entity objects to the database. Comparing the normalized speed of DataNucleus with Derby embedded database (3.8) to the normalized speed of EclipseLink with PostgreSQL database server (8.2) reveals that in these tests, EclipseLink with PostgreSQL server is 2.2 times faster than DataNucleus with Derby embedded.
A large performance gap has been detected when using multithreading with large transaction size. Comparing the normalized speed of DataNucleus with Derby embedded database (3.3) to the normalized speed of EclipseLink with PostgreSQL database server (14.5) reveals that in that case, EclipseLink with PostgreSQL server is 4.4 times faster than DataNucleus with Derby embedded.
Speed comparison of JPA database retrieval operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded |
Basic Person Test | 6.8 | 6.8 | 17.2 | 14.9 | 12.0 | 10.9 |
Element Collection Test | 0.026 | 5.4 | 0.020 | 7.6 | 0.023 | 6.5 |
Inheritance Test | 6.0 | 8.8 | 19.7 | 14.8 | 12.9 | 11.8 |
Indexing Test | 5.6 | 9.2 | 19.5 | 14.1 | 12.6 | 11.6 |
Graph (Binary Tree) Test | 0.47 | 9.9 | 0.61 | 15.8 | 0.54 | 12.9 |
Multithreading Test | 13.5 | 11.9 | 27.8 | 11.5 | 20.6 | 11.7 |
All Tests | 5.4 | 8.7 | 14.1 | 13.1 | 9.8 | 10.9 |
The results above show that in general DataNucleus with Derby embedded is slightly more efficient than EclipseLink with PostgreSQL server in retrieving JPA entity objects from the database.
A huge performance gap has been detected when using JPA element collections with large retrieval size. Comparing the normalized speed of EclipseLink with PostgreSQL database server (0.020) to the normalized speed of DataNucleus with Derby embedded database (7.6) reveals that in that case, DataNucleus with Derby embedded is 380 times faster than EclipseLink with PostgreSQL server.
On the other hand, DataNucleus with Derby embedded is slower, for instance, when using multithreading with large retrieval size. Comparing the normalized speed of DataNucleus with Derby embedded database (11.5) to the normalized speed of EclipseLink with PostgreSQL database server (27.8) reveals that in that case, DataNucleus with Derby embedded is 2.4 times slower than EclipseLink with PostgreSQL server.
Speed comparison of JPA database query operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded |
Basic Person Test | 55.5 | 39.1 | 7.8 | 7.5 | 31.6 | 23.3 |
Element Collection Test | 15.4 | 46.0 | 0.028 | 6.7 | 7.7 | 26.3 |
Inheritance Test | 54.9 | 7.7 | 11.5 | 3.8 | 33.2 | 5.7 |
Indexing Test | 0.077 | 0.053 | 10.0 | 8.0 | 5.1 | 4.0 |
Multithreading Test | 55.3 | failed | 12.0 | failed | 33.7 | failed |
All Tests | 36.2 | 23.2 | 8.3 | 6.5 | 22.3 | 14.8 |
DataNucleus with Derby embedded has failed in 2 tests (see exceptions).
The results above show that in general EclipseLink with PostgreSQL server is more efficient than DataNucleus with Derby embedded in executing the tested JPA queries.
A large performance gap has been detected when using class inheritance in the object model with small retrieval size. Comparing the normalized speed of DataNucleus with Derby embedded database (7.7) to the normalized speed of EclipseLink with PostgreSQL database server (54.9) reveals that in that case, EclipseLink with PostgreSQL server is 7.1 times faster than DataNucleus with Derby embedded.
On the other hand, EclipseLink with PostgreSQL server is slower, for instance, when using JPA element collections with large retrieval size. Comparing the normalized speed of EclipseLink with PostgreSQL database server (0.028) to the normalized speed of DataNucleus with Derby embedded database (6.7) reveals that in that case, EclipseLink with PostgreSQL server is 239 times slower than DataNucleus with Derby embedded.
Speed comparison of JPA database update operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded |
Basic Person Test | 6.2 | 4.0 | 4.1 | 3.8 | 5.1 | 3.9 |
Element Collection Test | 0.080 | 3.7 | 0.028 | 4.5 | 0.054 | 4.1 |
Inheritance Test | 6.4 | 4.4 | 6.1 | 4.8 | 6.2 | 4.6 |
Indexing Test | 6.5 | 5.2 | 7.0 | 4.2 | 6.8 | 4.7 |
Graph (Binary Tree) Test | 0.90 | 2.7 | 0.50 | 1.5 | 0.70 | 2.1 |
Multithreading Test | 36.0 | failed | 9.1 | failed | 22.5 | failed |
All Tests | 9.3 | 4.0 | 4.5 | 3.7 | 6.9 | 3.9 |
DataNucleus with Derby embedded has failed in 2 tests (see exceptions).
The results above show that in general EclipseLink with PostgreSQL server is more efficient than DataNucleus with Derby embedded in updating JPA entity objects in the database.
On the other hand, EclipseLink with PostgreSQL server is slower, for instance, when using JPA element collections with large transaction size. Comparing the normalized speed of EclipseLink with PostgreSQL database server (0.028) to the normalized speed of DataNucleus with Derby embedded database (4.5) reveals that in that case, EclipseLink with PostgreSQL server is 161 times slower than DataNucleus with Derby embedded.
Speed comparison of JPA database removal operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded |
Basic Person Test | 5.7 | 3.5 | 5.7 | 1.3 | 5.7 | 2.4 |
Element Collection Test | 0.025 | 1.9 | stopped | 1.6 | 0.012 | 1.7 |
Inheritance Test | 5.5 | 2.4 | 5.4 | 1.3 | 5.4 | 1.9 |
Indexing Test | 10.4 | 6.6 | 10.0 | 1.9 | 10.2 | 4.3 |
Graph (Binary Tree) Test | 0.016 | 0.81 | 0.013 | 0.93 | 0.015 | 0.87 |
Multithreading Test | 26.3 | failed | 16.8 | failed | 21.6 | failed |
All Tests | 8.0 | 3.0 | 6.3 | 1.4 | 7.2 | 2.2 |
DataNucleus with Derby embedded has failed in 2 tests (see exceptions).
The results above show that in general EclipseLink with PostgreSQL server is much more efficient than DataNucleus with Derby embedded in deleting JPA entity objects from the database. Comparing the normalized speed of DataNucleus with Derby embedded database (2.2) to the normalized speed of EclipseLink with PostgreSQL database server (7.2) reveals that in these tests, EclipseLink with PostgreSQL server is 3.3 times faster than DataNucleus with Derby embedded.
A large performance gap has been detected when using database indexes with large transaction size. Comparing the normalized speed of DataNucleus with Derby embedded database (1.9) to the normalized speed of EclipseLink with PostgreSQL database server (10.0) reveals that in that case, EclipseLink with PostgreSQL server is 5.3 times faster than DataNucleus with Derby embedded.
On the other hand, EclipseLink with PostgreSQL server is slower, for instance, when using JPA element collections with small transaction size. Comparing the normalized speed of EclipseLink with PostgreSQL database server (0.025) to the normalized speed of DataNucleus with Derby embedded database (1.9) reveals that in that case, EclipseLink with PostgreSQL server is 76.0 times slower than DataNucleus with Derby embedded.
Comparison of JPA/Database speed - the averages (normalized score, higher is better)
Transaction/Retrieval Size | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded | EclipseLink PostgreSQL server | DataNucleus Derby embedded |
Basic Person Test | 16.3 | 11.6 | 7.8 | 6.1 | 12.1 | 8.8 |
Element Collection Test | 3.7 | 11.9 | 0.40 | 4.4 | 2.1 | 8.1 |
Inheritance Test | 15.9 | 5.6 | 9.5 | 5.5 | 12.7 | 5.5 |
Indexing Test | 6.5 | 5.7 | 10.7 | 6.6 | 8.6 | 6.2 |
Graph (Binary Tree) Test | 1.2 | 3.7 | 1.1 | 4.9 | 1.2 | 4.3 |
Multithreading Test | 32.6 | 10.3 | 16.0 | 7.4 | 24.3 | 8.8 |
All Tests | 13.1 | 8.0 | 7.8 | 5.7 | 10.5 | 6.9 |
The results above show that in general EclipseLink with PostgreSQL server is more efficient than DataNucleus with Derby embedded in performing JPA database operations.
A large performance gap has been detected when using multithreading with small transaction/retrieval size. Comparing the normalized speed of DataNucleus with Derby embedded database (10.3) to the normalized speed of EclipseLink with PostgreSQL database server (32.6) reveals that in that case, EclipseLink with PostgreSQL server is 3.2 times faster than DataNucleus with Derby embedded.
On the other hand, EclipseLink with PostgreSQL server is slower, for instance, when using JPA element collections with large transaction/retrieval size. Comparing the normalized speed of EclipseLink with PostgreSQL database server (0.40) to the normalized speed of DataNucleus with Derby embedded database (4.4) reveals that in that case, EclipseLink with PostgreSQL server is 11.0 times slower than DataNucleus with Derby embedded.
Other Head to Head DBMS/JPA Comparisons
EclipseLink with PostgreSQL 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
- 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 Derby embedded against:
- Oracle Database 11g
- IBM DB2 10
- Microsoft SQL Server 2008
- 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 MySQL server
- OpenJPA with PostgreSQL server
- ObjectDB embedded
- ObjectDB server