A Quick Look at R2DBC with Spring Data 1. Introduction R2DBC (Reactive Relational Database Connectivity) is an effort presented by Pivotal during Spring One Platform 2018. It intends to create a reactive API to SQL databases. In other words, this effort creates a database connection using fully non-blocking drivers. In… Continue Reading spring-data-r2dbc

3 Common Hibernate Performance Issues and How to Find Them in Your Log File Logging Persistence Hibernate 1. Introduction You’ve probably read some of the complaints about bad Hibernate performance or maybe you’ve struggled with some of them yourself. I have been using Hibernate for more than 15 years now… Continue Reading hibernate-common-performance-problems-in-logs