zoukankan      html  css  js  c++  java
  • [bbk5162] 第108集 第13章 表空间管理 06

    Proactive Tablespace Monitoring

    Threshold and Resolving Space Problems

    Locally managed tablespace Resolve space problem by:

    • Adding or resizing data file
    • Setting AUTOEXTEND ON
    • Shrinking objects
    • Reducing UNDO_RETENTION
    • Checking for long-running queried in temporary tablespaces

    Monitoring Tablespace Space Usage

    • Read-only and offline tablespaces:Do not set up alerts.
    • Temporary tablespace:Threshold corresponds to space currently used by sessions.
    • Undo tablespace:Threshold corresponds to space used by active and unexpired extents.
    • Autoextensible files:Threshold is based on the maximum file size.

    Shrinking Segments

    Results of Shrink Operation

    • Improved performance and space utilization
    • Indexes maintained
    • Triggers not executed
    • Number of migrated rows may be reduced.
    • Rebuilding secondary indexes on IOTs recommended

  • 相关阅读:
    关于树状数组区间最值
    Gym 100500B
    RQNOJ Bus
    关于加权的LIS问题
    vs tip1
    小常识
    我的魔方主力
    killer驱动
    从日升的mecha anime看mecha genre的衰退
    关于供给移动端的视频压制
  • 原文地址:https://www.cnblogs.com/arcer/p/3127830.html
Copyright © 2011-2022 走看看