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

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 出版...

    Oracle Database Listener Security Guide

    One of the most misunderstood security issues with the Oracle Database is the security of the Listener. Generally, DBAs are not aware that an attacker can easily remotely manage the Listener and ...

    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, ...

    Professional Microsoft SQL Server 2008 Administration

    This means you can manage many servers at one time using Policy-Based Management, scale your I/O load using compression, and collect valuable information about your environment using data collectors,...

    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 ...

    PostgreSQL 9.0 High Performance

    Using monitoring insight, continuously rework the design and configuration. On reaching the limits of a single server, break things up; connection pooling, caching, partitioning, and replication can ...

    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 ...

    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 ...

    vCenter Troubleshooting(PACKT,2015)

    We will cover troubleshooting of vCenter areas such as SQL databases, single sign-on (SSO), password issues, monitoring, storage and configuration, and operations management. We then move onto ...

    Infinity Science – Software Engineering and Testing.pdf

    PART I: SOFTWARE ENGINEERING AND TESTING Chapter 1. Introduction to Software Engineering 3 1.1 Introduction to Software 3 1.2 Types of Software 5 1.3 Classes of Software 8 1.4 Introduction...

    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, ...

    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: ...

    Professional C# 3rd Edition

    Console I/O 65 Using Comments 67 Internal Comments Within the Source Files 67 XML Documentation 68 The C# Preprocessor Directives 70 #define and #undef 70 #if, #elif, #else, and #endif 71 #warning and...

    CentOS.7.Linux.Server.Cookbook.2nd.Ed.pdf

    Presents tricks and solutions to tackle common server issues with the help of practical examples and real-life scenarios Who This Book Is For This book is targeted at beginner and more experienced ...

    CE中文版-启点CE过NP中文.exe

    6.8.0.4 - Fixed speedhack hotkey speed asignments and some commonalityscanner issues 06/09/2018: 6.8.0.5 - Fixed only when down speedhack option 06/10/2018: 6.8.0.6 - Fixed ultimap1 - Fixed ultimap2 ...

Global site tag (gtag.js) - Google Analytics