Book description
Write optimized queries. This book helps you write queries that perform fast and deliver results on time. You will learn that query optimization is not a dark art practiced by a small, secretive cabal of sorcerers. Any motivated professional can learn to write efficient queries from the get-go and capably optimize existing queries. You will learn to look at the process of writing a query from the database engine’s point of view, and know how to think like the database optimizer.
The book begins with a discussion of what a performant system is and progresses to measuring performance and setting performance goals. It introduces different classes of queries and optimization techniques suitable to each, such as the use of indexes and specific join algorithms. You will learn to read and understand query execution plans along with techniques for influencing those plans for better performance. The book also covers advanced topics such as the use of functions and procedures, dynamic SQL, and generated queries. All of these techniques are then used together to produce performant applications, avoiding the pitfalls of object-relational mappers.
- Identify optimization goals in OLTP and OLAP systems
- Read and understand PostgreSQL execution plans
- Distinguish between short queries and long queries
- Choose the right optimization technique for each query type
- Identify indexes that will improve query performance
- Optimize full table scans
- Avoid the pitfalls of object-relational mapping systems
- Optimize the entire application rather than just database queries
Table of contents
- Cover
- Front Matter
- 1. Why Optimize?
- 2. Theory: Yes, We Need It!
- 3. Even More Theory: Algorithms
- 4. Understanding Execution Plans
- 5. Short Queries and Indexes
- 6. Long Queries and Full Scans
- 7. Long Queries: Additional Techniques
- 8. Optimizing Data Modification
- 9. Design Matters
- 10. Application Development and Performance
- 11. Functions
- 12. Dynamic SQL
- 13. Avoiding the Pitfalls of Object-Relational Mapping
- 14. More Complex Filtering and Search
- 15. Ultimate Optimization Algorithm
- 16. Conclusion
- Back Matter
Product information
- Title: PostgreSQL Query Optimization: The Ultimate Guide to Building Efficient Queries
- Author(s):
- Release date: April 2021
- Publisher(s): Apress
- ISBN: 9781484268858
You might also like
book
Mastering PostgreSQL 15 - Fifth Edition
Master the capabilities of PostgreSQL 15 to efficiently administer and maintain your database. Purchase of the …
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd Edition
Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. …
book
Spring Boot Persistence Best Practices: Optimize Java Persistence Performance in Spring Boot Applications
This book is a collection of developer code recipes and best practices for persisting data using …
book
Relational Database Design and Implementation, 4th Edition
Relational Database Design and Implementation: Clearly Explained, Fourth Edition, provides the conceptual and practical information necessary …