Oracle Performance Tuning: Database configuration and IO issues-performance tuning

Source: Internet
Author: User
Tags manual rollback

Reduce disk IO

IO for distributed disks

1, the table space using local management, the file spread to different devices

1 separate the data file from the log file

2 Reduce server-independent disk IO

3 Evaluate the use of bare equipment

4) partition Table data

2, the use of table space

System tablespace reserved for data dictionary objects

Create a local management table space to avoid space management issues

To scatter tables and indexes into separate table spaces

Using a separate rollback table space

Save large database objects in their own separate table spaces

Create one or more independent temporary tablespaces

The following database objects should have a separate table space:

Data dictionaries, rollback segments, indexes, temporary segments, tables, large objects

3. Check IO statistic data

Select Phyrds,phywrts,d.name from V$datafile d,v$filestat F where f.file#=d.file# order by D.name;

Check for files that are most likely to cause disk IO bottlenecks.

4. Split file

Can be done through RAID and manual

ALTER TABLE table_name ALLOCATE extent (datafile ' fiile_name ' size 10M);

But manual operation is very heavy.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.