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 ?

貢獻者指南