Oracle性能诊断艺术-第7章 第7章SQL优化技术每当查询优化器(query optimizer)不能自动产生高效的执行计划时,就需要一些手工的优化技术。为此,Oracle提供了多项技术,表7-1对它们进行了汇总。本章的目的不仅是要详述这些技术,还将解释每一项技术能做什么,以及在哪些情况下可以利用它们。为了从众多技术中做出选择,绝对有必要先问自己如下三个基础的问题。q 这条SQL语句是已知并且确定不变的吗?q 即将采用的措施会影响到单个会话(甚至整个系统)的
14 Manageability 14 Manageability--------------------------------------------------------------------------------001 Oracle Database 10g represents a major milestone in Oracle's drive toward self-managing databases. It automates many routine adminis
13 Data Concurrency and Consistency 13 Data Concurrency and Consistency--------------------------------------------------------------------------------001 This chapter explains how Oracle maintains consistent data in a multiuser database environment. 本章讲述 Oracl
9 Process Architecture 9 Process Architecture--------------------------------------------------------------------------------001 This chapter discusses the processes in an Oracle database system and the different configurations available for an Oracle sys
5 Schema Objects 5 Schema Objects--------------------------------------------------------------------------------001 This chapter discusses the different types of database objects contained in a user's schema. 本章讨论存储在用户方案(schema)内的各类数据库对象。
8 Memory Architecture 8 Memory Architecture--------------------------------------------------------------------------------001 This chapter discusses the memory architecture of an Oracle instance. 本章讨论 Oracle 实例的内存体系结构。002 This chapter
1 Introduction to the Oracle Database 1 Introduction to the Oracle Database--------------------------------------------------------------------------------1 This chapter provides an overview of the Oracle database server. The topics include: Oracle Database Archi
18 Partitioned Tables and Indexes 001 This chapter describes partitioned tables and indexes. It covers the following topics: Introduction to Partitioning Overview of Partitioning Methods Overview of Partitioned Indexes Partitioning to Improve Performance