oceanbase/miniob

Use 'bitmap node' to support more pages

Open

#341 创建于 2024年2月13日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (1,622 fork)auto 404
enhancementhelp wanted

仓库指标

Star
 (4,387 star)
PR 合并指标
 (PR 指标待抓取)

描述

Enhancement Currently, the max page cnt of a file is about 65,000. It is limited by ths size of BPFileHeader::bitmap. Shall we use the bitmap node:

struct BitmapNode { PageNum prev; PageNum next; char bitmap[0]; }

to support Infinite number of pages ?

贡献者指南