zoukankan      html  css  js  c++  java
  • [Oacle][Partition]Partition操作与 Index, Global Index 的关系

    [Oacle][Partition]Partition操作与 Index, Global Index 的关系:

    ■ Regarding the local index and the global index,

    In the case of "alter table add partition"

    Even without using "update indexes" and "update global indexes"
    Local index and global index are not unusable (remain VALID).

    In the case of "alter table drop partition"

    When "update indexes" and "update global indexes" are not used,
    The status of the local index is not affected, the global index becomes unusable.

    Using "update indexes"
    The global index is not unusable (it remains VALID).
    In case
    Using "update global indexes"
    The global index is not unusable (it remains VALID).

    ■ Similar results were obtained in cases where nonpartitioned / local partition indexes were mixed:

    In the case of "alter table add partition"

    Even without using "update indexes" and "update global indexes"
    Local indexes, global indexes, non-partitioned inexclusions are not unusable (remain VALID).

    In the case of "alter table drop partition"

    When "update indexes" and "update global indexes" are not used,
    The status of the local index is not affected, the global index and the non-partitioned inex are unusable.

    Using "update indexes"
    Global indexes and non-partitioned inexclusions do not become unusable (remain VALID).
    In case
    Using "update global indexes"
    Global indexes and non-partitioned inexclusions do not become unusable (remain VALID).

  • 相关阅读:
    用Python随机生成一个六位验证码(验证码由数字和字母组成(大小写字母))
    0.4 uwsgi和nginx部署常见问题及解决
    Android小笔记
    Android之背景透明度
    Android开发中的错误总结
    Android “再按一次退出“
    java数组对象的复制
    Android之OpenCv
    学习资料
    Android常用正则表达式
  • 原文地址:https://www.cnblogs.com/gaojian/p/3_15303168691.html
Copyright © 2011-2022 走看看