Comparison of DataNucleus with HSQLDB embedded vs Hibernate with Derby 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 | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server |
Basic Person Test | 14.2 | 3.8 | 4.8 | 3.0 | 9.5 | 3.4 |
Element Collection Test | 6.6 | 2.0 | 2.1 | 1.3 | 4.3 | 1.7 |
Inheritance Test | 13.6 | 3.4 | 4.6 | 3.0 | 9.1 | 3.2 |
Indexing Test | 24.6 | 4.8 | 11.1 | 4.1 | 17.8 | 4.4 |
Graph (Binary Tree) Test | 6.8 | 1.8 | 4.5 | 1.6 | 5.7 | 1.7 |
Multithreading Test | 38.5 | 6.9 | 8.5 | 3.9 | 23.5 | 5.4 |
All Tests | 17.4 | 3.8 | 5.9 | 2.8 | 11.7 | 3.3 |
The results above show that in general DataNucleus with HSQLDB embedded is much more efficient than Hibernate with Derby server in persisting JPA entity objects to the database. Comparing the normalized speed of Hibernate with Derby database server (3.3) to the normalized speed of DataNucleus with HSQLDB embedded database (11.7) reveals that in these tests, DataNucleus with HSQLDB embedded is 3.5 times faster than Hibernate with Derby server.
A large performance gap has been detected when using multithreading with small transaction size. Comparing the normalized speed of Hibernate with Derby database server (6.9) to the normalized speed of DataNucleus with HSQLDB embedded database (38.5) reveals that in that case, DataNucleus with HSQLDB embedded is 5.6 times faster than Hibernate with Derby server.
Speed comparison of JPA database retrieval operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus HSQLDB embedded | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server |
Basic Person Test | 6.6 | 3.8 | 10.2 | 8.4 | 8.4 | 6.1 |
Element Collection Test | 3.6 | 1.0 | 8.1 | 1.0 | 5.8 | 1.0 |
Inheritance Test | 5.7 | 3.5 | 8.8 | 9.7 | 7.2 | 6.6 |
Indexing Test | 5.1 | 3.2 | 9.5 | 9.5 | 7.3 | 6.4 |
Graph (Binary Tree) Test | 7.2 | 0.91 | 9.3 | 1.2 | 8.3 | 1.1 |
Multithreading Test | 8.1 | 7.8 | 9.5 | 13.4 | 8.8 | 10.6 |
All Tests | 6.0 | 3.4 | 9.2 | 7.2 | 7.6 | 5.3 |
The results above show that in general DataNucleus with HSQLDB embedded is more efficient than Hibernate with Derby server in retrieving JPA entity objects from the database.
A large performance gap has been detected when using JPA element collections with large retrieval size. Comparing the normalized speed of Hibernate with Derby database server (1.0) to the normalized speed of DataNucleus with HSQLDB embedded database (8.1) reveals that in that case, DataNucleus with HSQLDB embedded is 8.1 times faster than Hibernate with Derby server.
Speed comparison of JPA database query operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus HSQLDB embedded | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server |
Basic Person Test | 1.4 | 34.0 | 0.48 | 4.1 | 0.95 | 19.1 |
Element Collection Test | 1.3 | 33.8 | 0.67 | 0.64 | 1.0 | 17.2 |
Inheritance Test | 1.6 | 20.5 | 0.61 | 5.0 | 1.1 | 12.8 |
Indexing Test | 0.0016 | 2.0 | 0.63 | 9.2 | 0.32 | 5.6 |
Multithreading Test | 0.40 | 36.2 | failed | 5.1 | 0.40 | 20.6 |
All Tests | 0.96 | 25.3 | 0.60 | 4.8 | 0.80 | 15.1 |
DataNucleus with HSQLDB embedded has failed in 1 tests (see exceptions).
The results above show that in general Hibernate with Derby server is much more efficient than DataNucleus with HSQLDB embedded in executing the tested JPA queries. Comparing the normalized speed of DataNucleus with HSQLDB embedded database (0.80) to the normalized speed of Hibernate with Derby database server (15.1) reveals that in these tests, Hibernate with Derby server is 18.9 times faster than DataNucleus with HSQLDB embedded.
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 Hibernate with Derby database server (2.0) reveals that in that case, Hibernate with Derby server is 1,250 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 | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server |
Basic Person Test | 11.5 | 2.9 | 2.7 | 2.5 | 7.1 | 2.7 |
Element Collection Test | 6.9 | 2.3 | 2.7 | 1.5 | 4.8 | 1.9 |
Inheritance Test | 10.3 | 2.9 | 3.6 | 3.5 | 6.9 | 3.2 |
Indexing Test | 11.4 | 3.0 | 4.4 | 4.2 | 7.9 | 3.6 |
Graph (Binary Tree) Test | 3.5 | 1.2 | 1.5 | 0.58 | 2.5 | 0.91 |
Multithreading Test | failed | 6.8 | failed | 2.5 | failed | 4.6 |
All Tests | 8.7 | 3.2 | 3.0 | 2.5 | 5.8 | 2.8 |
DataNucleus with HSQLDB embedded has failed in 2 tests (see exceptions).
The results above show that in general DataNucleus with HSQLDB embedded is more efficient than Hibernate with Derby server in updating JPA entity objects in the database. Comparing the normalized speed of Hibernate with Derby database server (2.8) to the normalized speed of DataNucleus with HSQLDB embedded database (5.8) reveals that in these tests, DataNucleus with HSQLDB embedded is 2.1 times faster than Hibernate with Derby server.
A large performance gap has been detected when using simple basic entities with small transaction size. Comparing the normalized speed of Hibernate with Derby database server (2.9) to the normalized speed of DataNucleus with HSQLDB embedded database (11.5) reveals that in that case, DataNucleus with HSQLDB embedded is 4.0 times faster than Hibernate with Derby server.
Speed comparison of JPA database removal operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus HSQLDB embedded | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server |
Basic Person Test | 4.2 | 2.9 | 1.3 | 3.5 | 2.8 | 3.2 |
Element Collection Test | 4.9 | 1.7 | 1.6 | 0.87 | 3.2 | 1.3 |
Inheritance Test | 4.0 | 2.9 | 1.3 | 3.6 | 2.7 | 3.2 |
Indexing Test | 7.5 | 3.7 | 1.9 | 3.6 | 4.7 | 3.7 |
Graph (Binary Tree) Test | 2.9 | 0.69 | 2.0 | 0.70 | 2.5 | 0.70 |
Multithreading Test | 40.1 | 6.2 | 13.7 | 5.1 | 26.9 | 5.6 |
All Tests | 10.6 | 3.0 | 3.7 | 2.9 | 7.1 | 3.0 |
The results above show that in general DataNucleus with HSQLDB embedded is more efficient than Hibernate with Derby server in deleting JPA entity objects from the database. Comparing the normalized speed of Hibernate with Derby database server (3.0) to the normalized speed of DataNucleus with HSQLDB embedded database (7.1) reveals that in these tests, DataNucleus with HSQLDB embedded is 2.4 times faster than Hibernate with Derby server.
A large performance gap has been detected when using multithreading with small transaction size. Comparing the normalized speed of Hibernate with Derby database server (6.2) to the normalized speed of DataNucleus with HSQLDB embedded database (40.1) reveals that in that case, DataNucleus with HSQLDB embedded is 6.5 times faster than Hibernate with Derby server.
On the other hand, DataNucleus with HSQLDB embedded is slower, for instance, when using class inheritance in the object model with large transaction size. Comparing the normalized speed of DataNucleus with HSQLDB embedded database (1.3) to the normalized speed of Hibernate with Derby database server (3.6) reveals that in that case, DataNucleus with HSQLDB embedded is 2.8 times slower than Hibernate with Derby 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 | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server | DataNucleus HSQLDB embedded | Hibernate Derby server |
Basic Person Test | 7.6 | 9.5 | 3.9 | 4.3 | 5.7 | 6.9 |
Element Collection Test | 4.7 | 8.2 | 3.0 | 1.1 | 3.8 | 4.6 |
Inheritance Test | 7.1 | 6.6 | 3.8 | 5.0 | 5.4 | 5.8 |
Indexing Test | 9.7 | 3.3 | 5.5 | 6.1 | 7.6 | 4.7 |
Graph (Binary Tree) Test | 5.1 | 1.2 | 4.3 | 1.0 | 4.7 | 1.1 |
Multithreading Test | 21.8 | 12.8 | 10.6 | 6.0 | 17.0 | 9.4 |
All Tests | 9.0 | 7.1 | 4.8 | 4.0 | 7.0 | 5.6 |
The results above show that in general DataNucleus with HSQLDB embedded is slightly more efficient than Hibernate with Derby server in performing JPA database operations.
A large performance gap has been detected when using graphs of objects with large transaction/retrieval size. Comparing the normalized speed of Hibernate with Derby database server (1.0) to the normalized speed of DataNucleus with HSQLDB embedded database (4.3) reveals that in that case, DataNucleus with HSQLDB embedded is 4.3 times faster than Hibernate with Derby 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
Hibernate 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 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 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