有哪些资源可用于数据库性能调优?

2021-11-20 00:00:00 postgresql database mysql oracle sql-server

有哪些好的资源可以帮助您了解主要引擎上的数据库调优并提高您在该领域的知识?

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.

通用 SQL

  • 书籍:SQL 性能调优
  • 书籍:SQL 调优
  • 书籍:SQL 的艺术
  • 书籍:重构 SQL 应用程序
  • 书籍:数据库调优:原理、实验和故障排除技术
  • 使用索引,卢克!- 面向开发人员的数据库性能指南

PostgreSQL (wiki) (PGsearch)

  • 性能优化
  • 快速 PostgreSQL 优化
  • 解释分析解释器
  • PostgreSQL 性能提示
  • 书籍:PostgreSQL 9.0 高性能

MySQL

  • MySQL 的隐藏功能
  • 书籍:高性能 MySQL/博客:高性能 MySQL
  • 博客:Xaprb(适用于 MySQL DBA)

甲骨文

  • 如何在 StackOverflow 上询问 Oracle 调优问题
  • 您如何解读查询的解释计划?
  • Oracle 高级调优脚本
  • Oracle 数据库性能调优指南
  • 问汤姆
  • Oracle 数据库 SQL 参考
  • 书籍:了解 Oracle 性能
  • 书籍:优化 Oracle 性能莉>
  • 书籍:Oracle 性能故障排除
  • 书籍:基于成本的 Oracle 基础

MS SQL Server

  • SQL Server 性能
  • 电子书:高性能 SQL Server
  • SO 问题:什么是最好的 SQL Server 性能优化技术?
  • Brent Ozar 的性能调优页面
  • SqlServerPedia 的性能调优页面
  • 书籍:Sql Server 2008 内部结构
  • 如何使用 SQL Profiler 识别运行缓慢的查询

Sybase SQL Anywhere

  • 博客:SQL Anywhere
  • 书籍:SQL Anywhere Studio 9 开发人员指南

JDBC

  • JDBC 性能提示

推荐答案

Oracle 自己的 Tom Kyte 在 http://asktom.oracle.com.他通常会花时间重现具体问题并给出非常详细的解释.

Oracle's very own Tom Kyte has a fantastic repository on every type of performance problem imaginable on http://asktom.oracle.com. He usually takes the time to recreate specific problems and gives very detailed explanations.

相关文章