I
I
Ivanos2015-06-30 15:14:38
Database
Ivanos, 2015-06-30 15:14:38

What books are there about SQL query optimization?

Now at work I often come across huge selections from the database and, unfortunately, I could not find serious documentation on optimizing SQL queries on the Internet. Most of the articles talk only about general provisions and tips, while being very vague. Does anyone have useful links or book titles that will help you understand how to build database queries?
I would be grateful for any information)

Answer the question

In order to leave comments, you need to log in

7 answer(s)
I
Ilya Bobkov, 2015-06-30
@heksen

Martin Gruber
Understanding SQL

E
Evhen, 2015-06-30
@EugeneP2

Stéphane Faro, Pascal Lermy - Refactoring SQL Applications

B
bobrovskyserg, 2015-06-30
@bobrovskyserg

K. J. Date. - SQL and relational theory. How to Write SQL Code Properly

R
Ranwise, 2015-06-30
@Ranwise

SQL database programming. Common Errors and Troubleshooting, Karvin B. - 2012
MySQL. Performance Optimization, Schwartz B., Zaitsev P., Tkachenko V., 2th - 2010

P
protven, 2015-06-30
@protven

If you work with Oracle, then:
- Tom Kite, Oracle for professionals
- Lewis, "Principles of cost optimization"

A
Anton Spirin, 2015-07-01
@dude_sam

What dialect do you use? If t-sql, that is, your personal list, of books on Amazon (get ready to spend money), read in the indicated order, except for paragraph 2 (released later)
Microsoft SQL Server 2012 T-SQL Fundamentals (Deve... (used more or less universal code, taking into account the standard)
T-SQL Querying (Developer Reference) (did not read, but according to the description it looks like a mixture of the book from paragraph 1 and another work of the author Training Kit (Exam 70-461) Querying Microsoft SQL ... )
SQL Server Execution Plans (can be found officially free in pdf)
SQL Server Query Performance Tuning
There are blogs like www.simple-talk and sqlservercentral

N
napolskih, 2015-07-01
@napolskih

www.depesz.com/?s=EXPLAINING+THE+UNEXPLAINABLE
https://wiki.postgresql.org/images/4/45/Explaining...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question