PostgreSQL Query Optimization The Ultimate Guide to Building Efficient Queries
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 c...
Autor principal: | |
---|---|
Otros Autores: | , |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2024.
|
Edición: | 2nd ed. 2024. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009792869606719 |
Tabla de Contenidos:
- 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. What About Configuration Parameters
- 11. Application Development and Performance
- 12. Functions
- 13. Dynamic SQL
- 14. Avoiding the Pitfalls of Object-Relational Mapping
- 15. More Complex Filtering and Search
- 16. Ultimate Optimization Algorithm
- 17. Conclusion.