Comparison of OpenJPA with HSQLDB embedded vs Hibernate 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 | |||
---|---|---|---|---|---|---|
  | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded |
Basic Person Test | 13.3 | 5.9 | 6.9 | 3.8 | 10.1 | 4.9 |
Element Collection Test | 8.6 | 2.9 | 5.3 | 1.8 | 7.0 | 2.3 |
Inheritance Test | 12.2 | 5.3 | 5.8 | 3.7 | 9.0 | 4.5 |
Indexing Test | 16.7 | 7.0 | 9.1 | 4.8 | 12.9 | 5.9 |
Graph (Binary Tree) Test | 6.1 | 1.9 | 7.3 | 1.7 | 6.7 | 1.8 |
Multithreading Test | 26.8 | 10.5 | 7.0 | 3.7 | 16.9 | 7.1 |
All Tests | 13.9 | 5.6 | 6.9 | 3.3 | 10.4 | 4.4 |
The results above show that in general OpenJPA with HSQLDB embedded is more efficient than Hibernate with Derby embedded in persisting JPA entity objects to the database. Comparing the normalized speed of Hibernate with Derby embedded database (4.4) to the normalized speed of OpenJPA with HSQLDB embedded database (10.4) reveals that in these tests, OpenJPA with HSQLDB embedded is 2.4 times faster than Hibernate with Derby embedded.
A large performance gap has been detected when using graphs of objects with large transaction size. Comparing the normalized speed of Hibernate with Derby embedded database (1.7) to the normalized speed of OpenJPA with HSQLDB embedded database (7.3) reveals that in that case, OpenJPA with HSQLDB embedded is 4.3 times faster than Hibernate with Derby embedded.
Speed comparison of JPA database retrieval operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded |
Basic Person Test | 21.8 | 14.2 | 30.1 | 16.4 | 25.9 | 15.3 |
Element Collection Test | 0.0068 | 4.4 | 4.5 | 4.9 | 2.2 | 4.6 |
Inheritance Test | 0.0025 | 10.3 | 2.0 | 18.6 | 0.98 | 14.4 |
Indexing Test | 22.1 | 10.0 | 43.6 | 16.4 | 32.9 | 13.2 |
Graph (Binary Tree) Test | 2.1 | 2.6 | 2.1 | 3.0 | 2.1 | 2.8 |
Multithreading Test | 20.9 | 19.3 | 23.5 | 19.3 | 22.2 | 19.3 |
All Tests | 11.1 | 10.1 | 17.6 | 13.1 | 14.4 | 11.6 |
The results above show that in general OpenJPA with HSQLDB embedded is slightly more efficient than Hibernate with Derby embedded in retrieving JPA entity objects from the database.
A large performance gap has been detected when using database indexes with large retrieval size. Comparing the normalized speed of Hibernate with Derby embedded database (16.4) to the normalized speed of OpenJPA with HSQLDB embedded database (43.6) reveals that in that case, OpenJPA with HSQLDB embedded is 2.7 times faster than Hibernate with Derby embedded.
On the other hand, OpenJPA with HSQLDB embedded is slower, for instance, when using class inheritance in the object model with small retrieval size. Comparing the normalized speed of OpenJPA with HSQLDB embedded database (0.0025) to the normalized speed of Hibernate with Derby embedded database (10.3) reveals that in that case, OpenJPA with HSQLDB embedded is 4,120 times slower than Hibernate with Derby embedded.
Speed comparison of JPA database query operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded |
Basic Person Test | 2.8 | 49.3 | 0.91 | 6.8 | 1.9 | 28.1 |
Element Collection Test | 1.4 | 37.6 | 0.95 | 2.7 | 1.2 | 20.1 |
Inheritance Test | 2.4 | 24.1 | 1.3 | 7.6 | 1.8 | 15.9 |
Indexing Test | 15.4 | 5.3 | 34.3 | 14.8 | 24.9 | 10.1 |
Multithreading Test | 1.4 | 39.7 | 0.53 | 6.1 | 0.95 | 22.9 |
All Tests | 4.7 | 31.2 | 7.6 | 7.6 | 6.1 | 19.4 |
The results above show that in general Hibernate with Derby embedded is much more efficient than OpenJPA with HSQLDB embedded in executing the tested JPA queries. Comparing the normalized speed of OpenJPA with HSQLDB embedded database (6.1) to the normalized speed of Hibernate with Derby embedded database (19.4) reveals that in these tests, Hibernate with Derby embedded is 3.2 times faster than OpenJPA with HSQLDB embedded.
A huge performance gap has been detected when using multithreading with small retrieval size. Comparing the normalized speed of OpenJPA with HSQLDB embedded database (1.4) to the normalized speed of Hibernate with Derby embedded database (39.7) reveals that in that case, Hibernate with Derby embedded is 28.4 times faster than OpenJPA with HSQLDB embedded.
On the other hand, Hibernate with Derby embedded is slower, for instance, when using database indexes with small retrieval size. Comparing the normalized speed of Hibernate with Derby embedded database (5.3) to the normalized speed of OpenJPA with HSQLDB embedded database (15.4) reveals that in that case, Hibernate with Derby embedded is 2.9 times slower than OpenJPA with HSQLDB embedded.
Speed comparison of JPA database update operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded |
Basic Person Test | 12.0 | 4.5 | 5.3 | 3.2 | 8.6 | 3.8 |
Element Collection Test | 0.017 | 3.9 | 3.7 | 3.1 | 1.8 | 3.5 |
Inheritance Test | 0.0098 | 4.6 | 2.0 | 4.5 | 0.99 | 4.5 |
Indexing Test | 9.3 | 4.6 | 5.5 | 5.5 | 7.4 | 5.1 |
Graph (Binary Tree) Test | 2.5 | 2.7 | 1.6 | 1.2 | 2.1 | 2.0 |
Multithreading Test | 20.0 | 11.6 | 3.7 | 2.6 | 11.8 | 7.1 |
All Tests | 7.3 | 5.3 | 3.6 | 3.3 | 5.5 | 4.3 |
The results above show that in general OpenJPA with HSQLDB embedded is slightly more efficient than Hibernate with Derby embedded in updating JPA entity objects in the database.
A large performance gap has been detected when using simple basic entities with small transaction size. Comparing the normalized speed of Hibernate with Derby embedded database (4.5) to the normalized speed of OpenJPA with HSQLDB embedded database (12.0) reveals that in that case, OpenJPA with HSQLDB embedded is 2.7 times faster than Hibernate with Derby embedded.
On the other hand, OpenJPA with HSQLDB embedded is slower, for instance, when using class inheritance in the object model with small transaction size. Comparing the normalized speed of OpenJPA with HSQLDB embedded database (0.0098) to the normalized speed of Hibernate with Derby embedded database (4.6) reveals that in that case, OpenJPA with HSQLDB embedded is 469 times slower than Hibernate with Derby embedded.
Speed comparison of JPA database removal operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded |
Basic Person Test | 21.3 | 3.8 | 15.7 | 4.2 | 18.5 | 4.0 |
Element Collection Test | 0.011 | 2.3 | 2.9 | 1.5 | 1.5 | 1.9 |
Inheritance Test | 0.0070 | 4.0 | 3.5 | 4.3 | 1.8 | 4.2 |
Indexing Test | 28.8 | 5.5 | 15.2 | 3.6 | 22.0 | 4.6 |
Graph (Binary Tree) Test | 2.9 | 0.74 | 3.6 | 0.96 | 3.2 | 0.85 |
Multithreading Test | 26.0 | 5.6 | 19.6 | 4.9 | 22.8 | 5.3 |
All Tests | 13.2 | 3.7 | 10.1 | 3.3 | 11.6 | 3.5 |
The results above show that in general OpenJPA with HSQLDB embedded is much more efficient than Hibernate with Derby embedded in deleting JPA entity objects from the database. Comparing the normalized speed of Hibernate with Derby embedded database (3.5) to the normalized speed of OpenJPA with HSQLDB embedded database (11.6) reveals that in these tests, OpenJPA with HSQLDB embedded is 3.3 times faster than Hibernate with Derby embedded.
A large performance gap has been detected when using simple basic entities with small transaction size. Comparing the normalized speed of Hibernate with Derby embedded database (3.8) to the normalized speed of OpenJPA with HSQLDB embedded database (21.3) reveals that in that case, OpenJPA with HSQLDB embedded is 5.6 times faster than Hibernate with Derby embedded.
On the other hand, OpenJPA with HSQLDB embedded is slower, for instance, when using class inheritance in the object model with small transaction size. Comparing the normalized speed of OpenJPA with HSQLDB embedded database (0.0070) to the normalized speed of Hibernate with Derby embedded database (4.0) reveals that in that case, OpenJPA with HSQLDB embedded is 571 times slower than Hibernate with Derby embedded.
Comparison of database storage efficiency (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded |
Basic Person Test | 41.4 | 52.7 | 41.4 | 52.7 | 41.4 | 52.7 |
Element Collection Test | 46.9 | 42.3 | 46.9 | 42.3 | 46.9 | 42.3 |
Inheritance Test | 41.4 | 49.2 | 41.4 | 49.2 | 41.4 | 49.2 |
Indexing Test | 48.4 | 53.0 | 49.2 | 53.9 | 48.8 | 53.4 |
Graph (Binary Tree) Test | 28.5 | 13.1 | 21.4 | 9.8 | 25.0 | 11.5 |
Multithreading Test | 51.9 | 49.3 | 10.3 | 8.8 | 31.1 | 29.0 |
All Tests | 43.1 | 43.3 | 35.1 | 36.1 | 39.1 | 39.7 |
The results above show that in general Hibernate with Derby embedded is slightly more efficient than OpenJPA with HSQLDB embedded in using disk space.
On the other hand, Hibernate with Derby embedded is slower, for instance, when using graphs of objects with large transaction size. Comparing the normalized score of Hibernate with Derby embedded database (9.8) to the normalized score of OpenJPA with HSQLDB embedded database (21.4) reveals that in that case, Hibernate with Derby embedded is 2.2 times less efficient than OpenJPA with HSQLDB embedded.
Comparison of JPA/Database speed - the averages (normalized score, higher is better)
Transaction/Retrieval Size | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded | OpenJPA HSQLDB embedded | Hibernate Derby embedded |
Basic Person Test | 14.3 | 15.5 | 11.8 | 6.9 | 13.0 | 11.2 |
Element Collection Test | 2.0 | 10.2 | 3.5 | 2.8 | 2.7 | 6.5 |
Inheritance Test | 2.9 | 9.7 | 2.9 | 7.7 | 2.9 | 8.7 |
Indexing Test | 18.5 | 6.5 | 21.6 | 9.0 | 20.0 | 7.8 |
Graph (Binary Tree) Test | 3.4 | 2.0 | 3.7 | 1.7 | 3.5 | 1.8 |
Multithreading Test | 19.0 | 17.3 | 10.9 | 7.3 | 14.9 | 12.3 |
All Tests | 10.2 | 10.5 | 9.2 | 6.1 | 9.7 | 8.3 |
The results above show that in general OpenJPA with HSQLDB embedded is slightly more efficient than Hibernate with Derby embedded in performing JPA database operations.
A large performance gap has been detected when using database indexes with small transaction/retrieval size. Comparing the normalized speed of Hibernate with Derby embedded database (6.5) to the normalized speed of OpenJPA with HSQLDB embedded database (18.5) reveals that in that case, OpenJPA with HSQLDB embedded is 2.8 times faster than Hibernate with Derby embedded.
On the other hand, OpenJPA with HSQLDB embedded is slower, for instance, when using JPA element collections with small transaction/retrieval size. Comparing the normalized speed of OpenJPA with HSQLDB embedded database (2.0) to the normalized speed of Hibernate with Derby embedded database (10.2) reveals that in that case, OpenJPA with HSQLDB embedded is 5.1 times slower than Hibernate with Derby embedded.
Other Head to Head DBMS/JPA Comparisons
OpenJPA with HSQLDB embedded 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 Derby server
- OpenJPA with H2 server
- OpenJPA with MySQL server
- OpenJPA with PostgreSQL server
- ObjectDB embedded
- ObjectDB server
Hibernate with Derby embedded 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 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