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 series of articles, which provides a very detailed explanation of the PostgreSQL statement protocol. What I liked is that it explains how the Simple query and extended protocols work, how statements are cached on the client and server-side, how generic plans are generated, and what JDBC uses... Read More
The post High-Performance Java Persistence Newsletter, Issue 36 appeared first on Vlad Mihalcea.