Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

High-Performance Java Persistence

Posted By: Grev27
High-Performance Java Persistence

Vlad Mihalcea, "High-Performance Java Persistence"
English | ISBN: n/a | 2016 | PDF | 245 pages | 15,5 MB

This book is a journey into Java data access performance tuning. From connection management, to batch updates, fetch sizes and concurrency control mechanisms, it unravels the inner workings of the most common Java data access frameworks.

The first part aims to reduce the gap between application developers and database administrators. For this reason, it covers both JDBC and the database fundamentals that are of paramount importance when reducing transaction response times.

The second part demonstrates how you can take advantage of JPA and Hibernate without compromising application performance.

The third part is dedicated to jOOQ and its powerful type-safe querying capabilities, like window functions or common table expressions.