Oracle partitioning principles

Source: Internet
Author: User

1. Table size: when the table size exceeds 2 GB, or when the table record size exceeds 10 million for the OLTP system, you should consider partitioning the table.
2. Data Access: Most query applications based on tables only access a small amount of data in the table. For such a table, you can make full use of the features of partition exclusion irrelevant data query.
3. Data Maintenance: Batch Data is deleted by time period. partitions are required for such tables to meet maintenance requirements.
4. data backup and recovery: Create a ing between partitions and tablespaces during tablespace backup by time period.
5. read-only data: if most data in a table is read-only, the read-only data can be stored in the read-only tablespace by partitioning the table, which is advantageous for data backup.
6. OLAP parallel data operations

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.