LMSouq
database Open

What resources exist for Database performance-tuning?

GA
Gavin Miller
1 month ago
3 views
Problem Description
What good resources exist for understanding database tuning on the major engines and advancing your knowledge in that area? The idea of this question is to collect the shed load of resources that invariably exist, so that people can have a "one stop" knowledge shop of the good, peer approved resources. <hr /> **General SQL** - [Book: SQL Performance Tuning][1] - [Book: SQL Tuning][2] - [Book: The Art of SQL][3] - [Book: Refactoring SQL Applications][4] - [Book: Database tuning: principles, experiments, and troubleshooting techniques][5] - [Use The Index, Luke! - A Guide to database performance for developers][6] **PostgreSQL** ([wiki][7]) ([PGsearch][8]) - [Performance Optimization][9] - [Quick PostgreSQL Optimization][10] - [Explain Analyze Interpreter][11] - [PostgreSQL Performance Tips][12] - [Book: PostgreSQL 9.0 High Performance][13] **MySQL** - [Hidden Features of MySQL][14] - [Book: High Performance MySQL][15] / [Blog: High Performance MySQL][16] - [Blog: Xaprb (for MySQL DBAs)][17] **Oracle** - [How to ask Oracle tuning questions on StackOverflow][18] - [How do you interpret a query's explain plan?][19] - [Oracle Advanced Tuning Scripts][20] - [Oracle Database Performance Tuning Guide][21] - [Ask Tom][22] - [Oracle Database SQL Reference][23] - [Book: Understanding Oracle Performance][24] - [Book: Optimizing Oracle Performance][25] - [Book: Troubleshooting Oracle Performance][26] - [Book: Cost-Based Oracle Fundamentals][27] **MS SQL Server** - [SQL Server Performance][28] - [eBook: High Performance SQL Server][29] - [SO Question: What are the best SQL Server performance optimization techniques?][30] - [Brent Ozar's Perf Tuning Page][31] - [SqlServerPedia's Perf Tuning Page][32] - [Book: Sql Server 2008 Internals][33] - [How to Identify Slow Running Queries with SQL Profiler][34] **Sybase SQL Anywhere** - [Blog: SQL Anywhere][35] - [Book: SQL Anywhere Studio 9 Developer's Guide][36] **JDBC** - [JDBC Performance Tips][37] [1]: http://books.google.com/books?id=3H9CC54qYeEC&dq=sql+performance+tuning&printsec=frontcover&source=bn&hl=en&ei=1dDoSYmjMOrlnQfX-bSYBw&sa=X&oi=book_result&ct=result&resnum=4 [2]: http://books.google.com/books?id=pKXF7UU0gBYC&printsec=frontcover&dq=sql%2Btuning [3]: http://www.amazon.com/Art-SQL-Stephane-Faroult/dp/0596008945 [4]: http://books.google.com/books?id=gjyd3IOrwz4C&lpg=PP1&dq=refactoring%20sql%20applications&pg=PP1#v=onepage&q&f=false [5]: http://books.google.com/books?id=1CJdgVO8PwAC&lpg=PR21&dq=database%20tuning%20principles&pg=PP1#v=onepage&q&f=false [6]: http://Use-The-Index-Luke.com/ [7]: http://wiki.postgresql.org/ [8]: http://www.pgsql.ru/db/pgsearch/ [9]: http://wiki.postgresql.org/wiki/Performance_Optimization [10]: http://www.mohawksoft...

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base