Introduction Welcome to a new issue of the High-Performance Java Persistence Newsletter in which we share articles, videos, workshops, and StackOverflow answers that are very relevant to any developer who interacts with a database system using Java. Articles The pick of this edition is this article about extracting the PostgreSQL planner to a standalone library so that it can be used to generate plans without requiring a running PostgreSQL instance. If you’re using JPA and Hibernate, you surely heard about the first and the second-level cache. If you wonder what those two... Read More
The post High-Performance Java Persistence Newsletter, Issue 32 appeared first on Vlad Mihalcea.