- 1、本文档共8页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
oracle为什么要分区(Why should the Oracle partition)
oracle为什么要分区(Why should the Oracle partition)
On the partitioning function in the Oracle Database 10g
The Oracle partitioning capabilities can improve manageability, performance, and availability of many applications. By partitioning functions, you can further subdivide tables, indexes, and index organized tables into segments, enabling you to manage and access these database objects more precisely. Oracle provides a wide variety of partitioning schemes to meet each business requirement. Also, since the partition is completely transparent in the SQL statement, this function can be applied to almost any application.
Advantages of partitioning functionality
Partitioning capabilities bring great benefits to a wide variety of applications by improving manageability, performance, and availability. Typically, partitioning can greatly improve the performance of certain queries and maintenance operations. In addition, partitioning can greatly simplify common management tasks. Through partitioning, database designers and administrators can solve some of the problems associated with cutting-edge applications. Partitioning is a critical tool for building gigabytes of data systems or ultra high availability systems.
Basic knowledge of partitioning functions
Partitioning functions can further subdivide a table, index, or index table into segments. The segments of these database objects are called partitions. Each partition has its own name, and you can also select your own storage features. From the point of view of a database administrator, a partitioned object has multiple segments that can be collectively managed or managed separately. This allows the database administrator to have considerable flexibility in managing objects after partitioning. However, from the applications point of view, the partitioned table is exactly the same as the non partitioned table, without any modifications when accessing the partitioned table using the SQL DML command.
The partition of the table
您可能关注的文档
- cad命令大集合(The CAD command set).doc
- cad命令缩写(CAD command abbreviations).doc
- cad图层颜色标注(CAD color label).doc
- cad宏(CAD Acer).doc
- cad常用命令(CAD commonly used commands).doc
- cad常有命令(CAD often command).doc
- cad常见的快捷命令(Fast CAD common commands).doc
- cad快捷件(A fast CAD).doc
- cad快捷指令(CAD fast instruction).doc
- cad快捷命令(CAD shortcut).doc
文档评论(0)