首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Sth interesting, as a DBA

    WL#7277: InnoDB: Bulk Load for Create Index

    Fill Factor The fill-factor value determines percentage of space on page to be filled with data, reserving For example, specifying a fill-factor value of 80 means that 20 percent of each page will be left empty Fill-factor concept is newly being introduced and use of it is currently restricted only for sorted build Agreeable limits: 10 <= fill-factor <= 100 Note: it could be better that we support fill factor per index

    88950发布于 2021-08-12
  • 来自专栏c++与qt学习

    CMU 15-445 -- Tree Indexes - 05

    ---- In Practice 综合上面数据能够得出的结论: 填充因子: 平均扇出数计算公式 average fanout = 2 * degree * fill-factor 对于 B+ 树来说,

    47940编辑于 2023-10-11
领券