# High-Performance Java Persistence 《高性能Java持久化》

# 基本信息

英文书名:High-Performance Java Persistence

中文书名:高性能Java持久化

作者:Vlad Mihalcea

版本:无

ISBN:无

页数:461

出版社:learnpub (opens new window)

出版/完成时间:2021.09.16

cover

天猫红包:领取购书红包 (opens new window)

天猫折扣购:英文原版 (opens new window)

下载地址:腾讯微云 (opens new window)

文件格式:PDF ePub mobi

密码:cwt7uh

# 内容简介

A high-performance data access layer must resonate with the underlying database system. Knowing the inner workings of a relational database and the data access frameworks in use can make the difference between a high-performance enterprise application and one that barely crawls.

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. In this first part, you’ll learn about connection management, batch updates, statement caching, result set fetching and database transactions.

The second part demonstrates how you can take advantage of JPA and Hibernate without compromising application performance. In this second part, you’ll learn about the most efficient Hibernate mappings (basic types, associations, inheritance), fetching best practices, caching and concurrency control mechanisms.

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

最后更新: 12/2/2022, 12:56:08 AM