Full Program »
Multi-Platform Performance Analysis for CRUD Operations in Relational Databases from Java Programs using Spring Data JPA
Databases are the fundamental component of an application for storing data. SQL (Structured Query Language) is a query language that is used to create, read, update, and remove records in most relational databases (CRUD operations). Because new relational database management systems have arisen, it is useful to compare some of them when linked to a Java application using Spring Data JPA. The time for each CRUD activity is analyzed for thousands and hundreds of thousands of entries. The motivation is to find the most performant combination for an application, considering its size (number of entries).