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 that goes through a PostgreSQL query optimization. When it comes to improving performance, the execution plan provides a lot of info about what happens behind the scenes so that we can focus on the execution parts that take the most amount of resources. Handling time zones... Read More
The post High-Performance Java Persistence Newsletter, Issue 35 appeared first on Vlad Mihalcea.