zoukankan      html  css  js  c++  java
  • 关于本地管理的Extent分配使用 AutoAllocate 方式时,是如何自动分配Extent的

    each segment starts out with 140 Chapter 3  Database Storage and Schema Objects,  64KB extents for the first 16 extents, and then extents increase in size to 1MB for the next 63  extents. The size then increases to 8MB for the next 120 extents, then 64MB, and so on as the segment grows.   


    *先分配16个64K的extent,
    0-15 extents 每个大小是64K 合计大小 1M
    16-79 extents 每个大小是1M 合计大小 63M --以上两项大小合计 64M
    80-199 extents 每个大小是8M 合计大小 960M --以上三项大小合计 1024M=1G
    200-?? extents 每个大小是64M
    */

    注:每次分配的Extent的大小,可参见DBA_Extents字典表

  • 相关阅读:
    python-IO编程
    DNS解析流程
    python-模块
    HTTP协议
    python-函数式编程
    nmap扫描结果的6种端口状态
    python-高级特性
    python-函数
    python-基础
    上传之路
  • 原文地址:https://www.cnblogs.com/SharkXu/p/Oracle_AutoAllocate.html
Copyright © 2011-2022 走看看