Comparison of DataNucleus with HSQLDB embedded vs EclipseLink 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 | |||
---|---|---|---|---|---|---|
  | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server |
Basic Person Test | 14.2 | 3.6 | 4.8 | 1.5 | 9.5 | 2.6 |
Element Collection Test | 6.6 | 1.5 | 2.1 | 0.69 | 4.3 | 1.1 |
Inheritance Test | 13.6 | 3.5 | 4.6 | 1.4 | 9.1 | 2.4 |
Indexing Test | 24.6 | 5.3 | 11.1 | 2.5 | 17.8 | 3.9 |
Graph (Binary Tree) Test | 6.8 | 1.7 | 4.5 | 1.3 | 5.7 | 1.5 |
Multithreading Test | 38.5 | 7.2 | 8.5 | 2.4 | 23.5 | 4.8 |
All Tests | 17.4 | 3.8 | 5.9 | 1.6 | 11.7 | 2.7 |
The results above show that in general DataNucleus with HSQLDB embedded is much more efficient than EclipseLink with MySQL server in persisting JPA entity objects to the database. Comparing the normalized speed of EclipseLink with MySQL database server (2.7) to the normalized speed of DataNucleus with HSQLDB embedded database (11.7) reveals that in these tests, DataNucleus with HSQLDB embedded is 4.3 times faster than EclipseLink with MySQL server.
A large performance gap has been detected when using multithreading with small transaction size. Comparing the normalized speed of EclipseLink with MySQL database server (7.2) to the normalized speed of DataNucleus with HSQLDB embedded database (38.5) reveals that in that case, DataNucleus with HSQLDB embedded is 5.3 times faster than EclipseLink with MySQL server.
Speed comparison of JPA database retrieval operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server |
Basic Person Test | 6.6 | 0.43 | 10.2 | 15.5 | 8.4 | 8.0 |
Element Collection Test | 3.6 | 0.16 | 8.1 | 1.4 | 5.8 | 0.78 |
Inheritance Test | 5.7 | 0.39 | 8.8 | 17.6 | 7.2 | 9.0 |
Indexing Test | 5.1 | 0.43 | 9.5 | 16.6 | 7.3 | 8.5 |
Graph (Binary Tree) Test | 7.2 | 0.53 | 9.3 | 0.76 | 8.3 | 0.65 |
Multithreading Test | 8.1 | 0.19 | 9.5 | 11.0 | 8.8 | 5.6 |
All Tests | 6.0 | 0.35 | 9.2 | 10.5 | 7.6 | 5.4 |
The results above show that in general DataNucleus with HSQLDB embedded is more efficient than EclipseLink with MySQL server in retrieving JPA entity objects from the database.
A huge performance gap has been detected when using multithreading with small retrieval size. Comparing the normalized speed of EclipseLink with MySQL database server (0.19) to the normalized speed of DataNucleus with HSQLDB embedded database (8.1) reveals that in that case, DataNucleus with HSQLDB embedded is 42.6 times faster than EclipseLink with MySQL server.
On the other hand, DataNucleus with HSQLDB embedded is slower, for instance, when using class inheritance in the object model with large retrieval size. Comparing the normalized speed of DataNucleus with HSQLDB embedded database (8.8) to the normalized speed of EclipseLink with MySQL database server (17.6) reveals that in that case, DataNucleus with HSQLDB embedded is 2.0 times slower than EclipseLink with MySQL server.
Speed comparison of JPA database query operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server |
Basic Person Test | 1.4 | 1.5 | 0.48 | 0.44 | 0.95 | 0.95 |
Element Collection Test | 1.3 | 1.4 | 0.67 | 0.43 | 1.0 | 0.92 |
Inheritance Test | 1.6 | 1.1 | 0.61 | 0.61 | 1.1 | 0.86 |
Indexing Test | 0.0016 | 0.26 | 0.63 | 0.52 | 0.32 | 0.39 |
Multithreading Test | 0.40 | 1.9 | failed | 0.72 | 0.40 | 1.3 |
All Tests | 0.96 | 1.2 | 0.60 | 0.54 | 0.80 | 0.88 |
DataNucleus with HSQLDB embedded has failed in 1 tests (see exceptions).
The results above show that in general EclipseLink with MySQL server is slightly more efficient than DataNucleus with HSQLDB embedded in executing the tested JPA queries.
A huge performance gap has been detected when using database indexes with small retrieval size. Comparing the normalized speed of DataNucleus with HSQLDB embedded database (0.0016) to the normalized speed of EclipseLink with MySQL database server (0.26) reveals that in that case, EclipseLink with MySQL server is 162 times faster than DataNucleus with HSQLDB embedded.
Speed comparison of JPA database update operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server |
Basic Person Test | 11.5 | 0.39 | 2.7 | 1.8 | 7.1 | 1.1 |
Element Collection Test | 6.9 | 0.23 | 2.7 | 1.4 | 4.8 | 0.83 |
Inheritance Test | 10.3 | 0.42 | 3.6 | 2.6 | 6.9 | 1.5 |
Indexing Test | 11.4 | 0.46 | 4.4 | 3.1 | 7.9 | 1.8 |
Graph (Binary Tree) Test | 3.5 | 0.67 | 1.5 | 0.41 | 2.5 | 0.54 |
Multithreading Test | failed | 0.48 | failed | 2.6 | failed | 1.5 |
All Tests | 8.7 | 0.44 | 3.0 | 2.0 | 5.8 | 1.2 |
DataNucleus with HSQLDB embedded has failed in 2 tests (see exceptions).
The results above show that in general DataNucleus with HSQLDB embedded is much more efficient than EclipseLink with MySQL server in updating JPA entity objects in the database. Comparing the normalized speed of EclipseLink with MySQL database server (1.2) to the normalized speed of DataNucleus with HSQLDB embedded database (5.8) reveals that in these tests, DataNucleus with HSQLDB embedded is 4.8 times faster than EclipseLink with MySQL server.
A huge performance gap has been detected when using JPA element collections with small transaction size. Comparing the normalized speed of EclipseLink with MySQL database server (0.23) to the normalized speed of DataNucleus with HSQLDB embedded database (6.9) reveals that in that case, DataNucleus with HSQLDB embedded is 30.0 times faster than EclipseLink with MySQL server.
Speed comparison of JPA database removal operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server |
Basic Person Test | 4.2 | 0.35 | 1.3 | 1.7 | 2.8 | 1.0 |
Element Collection Test | 4.9 | 0.11 | 1.6 | 0.51 | 3.2 | 0.31 |
Inheritance Test | 4.0 | 0.29 | 1.3 | 1.6 | 2.7 | 0.94 |
Indexing Test | 7.5 | 0.46 | 1.9 | 1.9 | 4.7 | 1.2 |
Graph (Binary Tree) Test | 2.9 | 0.54 | 2.0 | 0.49 | 2.5 | 0.51 |
Multithreading Test | 40.1 | 0.31 | 13.7 | 3.6 | 26.9 | 1.9 |
All Tests | 10.6 | 0.34 | 3.7 | 1.6 | 7.1 | 0.98 |
The results above show that in general DataNucleus with HSQLDB embedded is much more efficient than EclipseLink with MySQL server in deleting JPA entity objects from the database. Comparing the normalized speed of EclipseLink with MySQL database server (0.98) to the normalized speed of DataNucleus with HSQLDB embedded database (7.1) reveals that in these tests, DataNucleus with HSQLDB embedded is 7.2 times faster than EclipseLink with MySQL server.
A huge performance gap has been detected when using multithreading with small transaction size. Comparing the normalized speed of EclipseLink with MySQL database server (0.31) to the normalized speed of DataNucleus with HSQLDB embedded database (40.1) reveals that in that case, DataNucleus with HSQLDB embedded is 129 times faster than EclipseLink with MySQL server.
Comparison of JPA/Database speed - the averages (normalized score, higher is better)
Transaction/Retrieval Size | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server | DataNucleus HSQLDB embedded | EclipseLink MySQL server |
Basic Person Test | 7.6 | 1.3 | 3.9 | 4.2 | 5.7 | 2.7 |
Element Collection Test | 4.7 | 0.69 | 3.0 | 0.89 | 3.8 | 0.79 |
Inheritance Test | 7.1 | 1.1 | 3.8 | 4.8 | 5.4 | 2.9 |
Indexing Test | 9.7 | 1.4 | 5.5 | 4.9 | 7.6 | 3.2 |
Graph (Binary Tree) Test | 5.1 | 0.85 | 4.3 | 0.73 | 4.7 | 0.79 |
Multithreading Test | 21.8 | 2.0 | 10.6 | 4.0 | 17.0 | 3.0 |
All Tests | 9.0 | 1.2 | 4.8 | 3.3 | 7.0 | 2.3 |
The results above show that in general DataNucleus with HSQLDB embedded is much more efficient than EclipseLink with MySQL server in performing JPA database operations. Comparing the normalized speed of EclipseLink with MySQL database server (2.3) to the normalized speed of DataNucleus with HSQLDB embedded database (7.0) reveals that in these tests, DataNucleus with HSQLDB embedded is 3.0 times faster than EclipseLink with MySQL server.
A huge performance gap has been detected when using multithreading with small transaction/retrieval size. Comparing the normalized speed of EclipseLink with MySQL database server (2.0) to the normalized speed of DataNucleus with HSQLDB embedded database (21.8) reveals that in that case, DataNucleus with HSQLDB embedded is 10.9 times faster than EclipseLink with MySQL server.
Other Head to Head DBMS/JPA Comparisons
DataNucleus with HSQLDB embedded against:
- Oracle Database 11g
- IBM DB2 10
- Microsoft SQL Server 2008
- DataNucleus with Derby embedded
- DataNucleus with H2 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
EclipseLink 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 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