随笔分类 - Oracle调优
Managing Optimizer Statistics
摘要:This chapter explains why statistics are important for the query optimizer and how to gather and use optimizer statistics with theDBMS_STATSpackage.Th...
阅读全文
What Solutions Does the Resource Manager Provide for Workload Management?
摘要:When database resource allocation decisions are left to the operating system, you may encounter the following problems with workload management:Excess...
阅读全文
Client Result Cache
摘要:Client Result CacheOCI applications can use client memory to take advantage of the OCI result cache to improve response times of repetitive queries.Th...
阅读全文
Performing a Quick Tune
摘要:18.2.6Performing a Quick TuneTo tune a single SQL statement, theQUICK_TUNEprocedure accepts as its input atask_nameand a SQL statement. The procedure ...
阅读全文
[转]Oracle DB 通过SQL 优化管理性能
摘要:• 将SQL 优化指导用于:– 确定使用资源最多的 SQL 语句– 优化使用资源最多的 SQL 语句• 使用SQL 访问指导优化工作量SQL 优化SQL 优化进程• 确定没有很好地优化的SQL 语句。• 优化各条语句。• 优化整个应用程序。一般情况下,效果最明显的优化工作是SQL 优化。没有很好地优...
阅读全文
[转]Oracle DB 索引
摘要:索引是数据库对象,可以通过创建索引来提高一些查询的性能。在你创建主键或唯一约束条件时,服务器会同时自动创建索引。索引索引具有以下特点:• 是一个方案对象• Oracle Server 可用来通过指针加快行检索速度• 可通过使用快速路径访问方法迅速找到数据来减少磁盘的输入/ 输出(I/O)• 与建立索...
阅读全文
[转]Oracle 并行原理与示例总结
摘要:并行:把一个工作分成几份,分给不同进程同时进行处理。进程层面并发:多个会话同时进行访问,就是通常所说并发数。会话层面数据库版本LEO1@LEO1> select * from v$version;BANNER----------------------------------------------...
阅读全文
[转]Oracle DB内存体系结构
摘要:Oracle DB 内存结构Oracle DB 针对各种用途创建和使用内存结构。例如,使用内存来存储正在运行的程序代码、在各用户之间共享的数据以及所连接的每个用户的专用数据区域。一个实例有两个关联的基本内存结构:• 系统全局区(SGA):称为SGA 组件的共享内存结构组,这些组件包含一个Oracle...
阅读全文
浙公网安备 33010602011771号