Comparison of DataNucleus with MySQL server vs EclipseLink with SQLite 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 | |||
---|---|---|---|---|---|---|
  | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded |
Basic Person Test | 2.6 | 0.074 | 1.4 | 0.90 | 2.0 | 0.49 |
Element Collection Test | 1.0 | 0.061 | 0.48 | 0.65 | 0.76 | 0.36 |
Inheritance Test | 2.5 | 0.083 | 1.3 | 0.82 | 1.9 | 0.45 |
Indexing Test | 4.0 | 0.11 | 2.5 | 1.6 | 3.3 | 0.87 |
Graph (Binary Tree) Test | 1.1 | 0.24 | 0.99 | 0.91 | 1.1 | 0.57 |
Multithreading Test | 6.2 | 0.10 | 2.5 | 2.1 | 4.4 | 1.1 |
All Tests | 2.9 | 0.11 | 1.5 | 1.2 | 2.2 | 0.64 |
The results above show that in general DataNucleus with MySQL server is much more efficient than EclipseLink with SQLite embedded in persisting JPA entity objects to the database. Comparing the normalized speed of EclipseLink with SQLite embedded database (0.64) to the normalized speed of DataNucleus with MySQL database server (2.2) reveals that in these tests, DataNucleus with MySQL server is 3.4 times faster than EclipseLink with SQLite embedded.
A huge performance gap has been detected when using multithreading with small transaction size. Comparing the normalized speed of EclipseLink with SQLite embedded database (0.10) to the normalized speed of DataNucleus with MySQL database server (6.2) reveals that in that case, DataNucleus with MySQL server is 62.0 times faster than EclipseLink with SQLite embedded.
Speed comparison of JPA database retrieval operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded |
Basic Person Test | 0.96 | failed | 9.3 | failed | 5.1 | failed |
Element Collection Test | 0.18 | 0.0007 | 0.77 | failed | 0.47 | 0.0007 |
Inheritance Test | 0.55 | failed | 8.5 | failed | 4.5 | failed |
Indexing Test | 0.82 | failed | 9.7 | failed | 5.3 | failed |
Graph (Binary Tree) Test | 2.1 | failed | 3.5 | failed | 2.8 | failed |
Multithreading Test | 0.27 | failed | 7.8 | failed | 4.0 | failed |
All Tests | 0.81 | 0.0007 | 6.6 | failed | 3.7 | 0.0007 |
EclipseLink with SQLite embedded has failed in 11 tests (see exceptions).
Speed comparison of JPA database query operations (normalized score, higher is better)
Retrieval Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded |
Basic Person Test | 7.2 | 1.2 | 2.2 | failed | 4.7 | 1.2 |
Element Collection Test | 5.8 | 0.29 | 0.27 | failed | 3.1 | 0.29 |
Inheritance Test | 2.9 | 0.69 | 1.7 | failed | 2.3 | 0.69 |
Indexing Test | 0.0084 | 0.0008 | 2.5 | failed | 1.2 | 0.0008 |
Multithreading Test | failed | failed | failed | failed | failed | failed |
All Tests | 4.0 | 0.55 | 1.7 | failed | 2.8 | 0.55 |
DataNucleus with MySQL server has failed in 2 tests (see exceptions). EclipseLink with SQLite embedded has failed in 6 tests (see exceptions).
Speed comparison of JPA database update operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded |
Basic Person Test | 0.61 | failed | 1.1 | failed | 0.88 | failed |
Element Collection Test | 0.31 | 0.0016 | 0.44 | failed | 0.38 | 0.0016 |
Inheritance Test | 0.51 | failed | 1.8 | failed | 1.1 | failed |
Indexing Test | 0.68 | failed | 2.2 | failed | 1.5 | failed |
Graph (Binary Tree) Test | 0.91 | failed | 0.47 | failed | 0.69 | failed |
Multithreading Test | 0.64 | failed | failed | failed | 0.64 | failed |
All Tests | 0.61 | 0.0016 | 1.2 | failed | 0.88 | 0.0016 |
DataNucleus with MySQL server has failed in 1 tests (see exceptions). EclipseLink with SQLite embedded has failed in 11 tests (see exceptions).
Speed comparison of JPA database removal operations (normalized score, higher is better)
Transaction Size => | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded |
Basic Person Test | 0.70 | failed | 1.3 | failed | 1.0 | failed |
Element Collection Test | 0.17 | 0.0006 | 0.40 | failed | 0.29 | 0.0006 |
Inheritance Test | 0.41 | failed | 1.3 | failed | 0.87 | failed |
Indexing Test | 1.7 | failed | 1.9 | failed | 1.8 | failed |
Graph (Binary Tree) Test | 0.49 | failed | 0.46 | failed | 0.47 | failed |
Multithreading Test | failed | failed | failed | failed | failed | failed |
All Tests | 0.69 | 0.0006 | 1.1 | failed | 0.89 | 0.0006 |
DataNucleus with MySQL server has failed in 2 tests (see exceptions). EclipseLink with SQLite embedded has failed in 11 tests (see exceptions).
Comparison of JPA/Database speed - the averages (normalized score, higher is better)
Transaction/Retrieval Size | Few Entities | Many Entities | Average Score | |||
---|---|---|---|---|---|---|
  | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded | DataNucleus MySQL server | EclipseLink SQLite embedded |
Basic Person Test | 2.4 | 0.66 | 3.1 | 0.90 | 2.7 | 0.74 |
Element Collection Test | 1.5 | 0.070 | 0.47 | 0.65 | 0.99 | 0.17 |
Inheritance Test | 1.4 | 0.38 | 2.9 | 0.82 | 2.1 | 0.53 |
Indexing Test | 1.4 | 0.058 | 3.8 | 1.6 | 2.6 | 0.58 |
Graph (Binary Tree) Test | 1.2 | 0.24 | 1.4 | 0.91 | 1.3 | 0.57 |
Multithreading Test | 2.4 | 0.10 | 5.1 | 2.1 | 3.5 | 1.1 |
All Tests | 1.7 | 0.22 | 2.6 | 1.2 | 2.1 | 0.52 |
The results above show that in general DataNucleus with MySQL server is much more efficient than EclipseLink with SQLite embedded in performing JPA database operations. Comparing the normalized speed of EclipseLink with SQLite embedded database (0.52) to the normalized speed of DataNucleus with MySQL database server (2.1) reveals that in these tests, DataNucleus with MySQL server is 4.0 times faster than EclipseLink with SQLite embedded.
A huge performance gap has been detected when using database indexes with small transaction/retrieval size. Comparing the normalized speed of EclipseLink with SQLite embedded database (0.058) to the normalized speed of DataNucleus with MySQL database server (1.4) reveals that in that case, DataNucleus with MySQL server is 24.1 times faster than EclipseLink with SQLite embedded.
Other Head to Head DBMS/JPA Comparisons
DataNucleus 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 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 SQLite 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 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