`
coolsooner
  • 浏览: 1373387 次
文章分类
社区版块
存档分类
最新评论

Database Configuration and I/O Issues(2)

 
阅读更多
File Striping
关于ASM的。
大概是说,把文件放在磁盘的不同扇区,均衡读取。


Tuning FTS Operations
Investigate the need for full table scans.
Configure the DB_FILE_MULTIBLOCK_READ_COUNT参数
可以决定实例一次读的数据库块数,这也影响了CBO的执行


计划。举个例子,如果oracle块一个是8k,那这个参数设


成8,就一次读64k,但这也不oracle完全能决定的,还能


依赖底层的操作系统。例如如果此时操作系统容许I/O的上


限是一次32K,则这就不行了。所以这可平台有关。这个参


数设置可以在system级别与session级别的。
v$session_longops 可以看长时间的全表扫描。一般是大


于6秒的。
在系统的统计数据级别上,看全表扫描的数据。
select name,value from v$sysstat
where name like '%table scan%';


Checkpoints
1.Incremental checkpoints
CKPT updates the control file.
During a log switch CKPT updates the


control file and the data file headers.
2.Full checkpoints
CKPT updates the control file and the data


file headers.
DBWn writes out all buffers on the


checkpoint queue.
增量检查点是先不写数据文件,只更新日志,速度就很快


,但是如果一旦发生垮掉实例,重启的时候需要把数据都


写到数据文件,耗时。


Full Checkpoints全检查点也分为两种,一种是完全检查


点,一种是只写到该表空间的全检查点。
1.complete
alter system checkpoint;
2.Tablespace
分享到:
评论

相关推荐

    JavaScript Applications with Node.js, React, React Native and MongoDB

    JavaScript Applications with Node.js, React, React Native and MongoDB: Design, code, test, deploy and manage in Amazon AWS By 作者: Eric Bush ISBN-10 书号: 0997196661 ISBN-13 书号: 9780997196665 出版...

    2.Database Release Notes

    4. 安装、配置和升级问题(Installation, Configuration, and Upgrade Issues) 该部分覆盖了影响Oracle数据库安装、配置和升级的问题。Oracle自动存储管理集群文件系统(ASM Cluster File System)和Oracle自动存储...

    Ubuntu The Complete Reference

    - **Performance Tuning**: Techniques for optimizing system performance, including tweaking swap space, disk I/O, and CPU scheduling. **Chapter 5 - Network Configuration** - **Connecting to the ...

    Oracle.Application.Express.Administration.For.DBAs.and.Developers.epub

    This book helps database and system administrators succeed in managing Oracle Application Express (APEX) environments. Focus is on creating the right combination of scalability, high-availability, ...

    greenplum-db-6.2.1-rhel7-x86_64.rpm

    PXF is now certified with Hadoop 2.x and 3.1.x and Hive Server 2.x and 3.1, and bundles new and upgraded Hadoop libraries to support these versions. PXF supports Kerberos authentication to Hive ...

    S7A驱动720版本

    detect, trace and solve communication issues. - Support for MATRIX licence key added. This key does not require a special key driver. It simply needs a PC and a windows version which supports USB...

    apollo 7.3 d7-xe3

    This collection of unrelated functionality adds needless overhead to your applications and is the source of many configuration, deployment and BDE versioning issues -- all of which can be avoided by ...

    oracle 10g-admin1 考试试题

    ### Oracle 10g Administration I (1Z0-042) Exam Knowledge Points #### 1. Determining the Size of the Undo Tablespace When deciding on the size of the undo tablespace in your Oracle database, three ...

    Healthy SQL.pdf

    doubtful that they know what the proper installation and configuration settings are. The goal of a vendor is to install and set up its application without regard for the ongoing health or performance...

    Using Perl For Web Programming.pdf

    DBI and DBD Database Access Modules for Perl 5 H mSQL and mSQLPerl H Oracle RDBMS and Oraperl H Starting a New Message Thread H Listing Threads and Displaying the Contents of a Single Thread H ...

    Portal Server Guide

    - Establish monitoring and logging mechanisms to track performance and issues. - Plan regular updates and patches to maintain security and stability. #### Best Practices for Deployment - **Version...

    Cisco Press - OSPF Network Design Solutions, 2nd Edition

    Configuration Example 2: RIP and OSPF 366 Configuring the RIP Network 366 Adding OSPF to the Center of a RIP Network 368 Adding OSPF Areas 372 What If Mutual Redistribution Were Required? 375 ...

    Continuous Delivery & Continuous Integration

    The authors first examine the concept of CI and its practices from the ground up and then move on to explore other effective processes performed by CI systems, such as database integration, testing, ...

    DB2 V9 课程.rar

    - 缓冲池是内存中的一块区域,用于缓存数据页和索引页,减少磁盘I/O,提升系统性能。 4. **迁移问题** (EW08_DB2v9_Migration_Issues_Part_1.ppt) - DB2 V9的升级或迁移过程中可能遇到兼容性、性能和数据一致性...

    python3.6.5参考手册 chm

    PEP 3116: New I/O Library PEP 3118: Revised Buffer Protocol PEP 3119: Abstract Base Classes PEP 3127: Integer Literal Support and Syntax PEP 3129: Class Decorators PEP 3141: A Type Hierarchy for ...

    Software.Testing.2nd.Edition (Sams)软件测试(英文版)

    Configuration and Compatibility Issues How Much Should You Test? Summary Quiz Chapter 11. Usability Testing User Interface Testing What Makes a Good UI? Testing for the Disabled: ...

Global site tag (gtag.js) - Google Analytics