Giter VIP home page Giter VIP logo

spring-jpa-bulk's Introduction

spring-jpa-bulk

Configuration and simple benchmarks of 5 ways of setting up bulk inserts ("batch" inserts) in a Spring/JPA environment using Hibernate and an in-memory H2 database:

  1. Using a default loop of EntityManager.persist(...).

  2. Same as 1., but flushing and clearing the EntityManager every n iterations.

  3. Using Hibernate's StatelessSession and a community provided Spring integration.

  4. Using JdbcTemplate.

  5. Using JDBI.

The project is Maven based.

Benchmarks

Run the benchmarks with

mvn test

The benchmarks are implemented using JUnitBenchmarks, which conveniently measures the elapsed time of a JUnit test method. The JUnit test method at hand inserts 500000 entities and checks their count.

Sample output snip on my machine (time measurements in seconds):

DefaultBulkOperationsTest.bulkInsert:
 round: 6.88 [+- 1.38] ...

FlushingBulkOperationsTest.bulkInsert:
 round: 4.19 [+- 0.75] ...

StatelessSessionBulkOperationsTest.bulkInsert:
 round: 2.57 [+- 0.81] ...

JdbcTemplateBulkOperationsTest.bulkInsert:
 round: 1.79 [+- 0.50] ...

JdbiBulkOperationsTest.bulkInsert:
 round: 4.27 [+- 0.58] ...

spring-jpa-bulk's People

Contributors

shimikano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.