You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds good. But I think we don't need to use the link because the capacity of one 'chunk' is static.So there is a easier way to resolve this,We use all of the first page of each chunk as the meta page.There're also other better solutions such as Windows NTFS and Linux ext file system.Please feel free to discuss here if you have any idea发自我的 iPhone在 2024年2月13日,21:53,Mark Song ***@***.***> 写道:
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 ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
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 ?
The text was updated successfully, but these errors were encountered: