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 PostgreSQL double buffering. Hibernate 6.3 added support for table partitioning, and in this article, I explain how to use it to build a table-based multitenancy mechanism. If you are using PostgreSQL, then you are going to find this article very useful since it gives you... Read More
The post High-Performance Java Persistence Newsletter, Issue 57 appeared first on Vlad Mihalcea.