simple-hibernate-benchmark


Simple comparison of the performance of Hibernate vs JDBC

Some really basic benchmarks that aim to measure the additional overhead of using Hibernate compared to straight JDBC. Here are some of the results I got.

To run, simply download the source code and build using maven. There is a valid pom file in the project, so hopefully it shouldn't be too painful to get running. You will need to create a database, I used Derby, but should work with any database. A simple script to create the database is in the resources directory.

Project Information

Labels:
java hibernate jdbc