java – Btree实现
作者:互联网
我正在编写使用B树数据结构的数据库模型.我知道如何仅使用RAM在Java上实现此结构.但我需要在磁盘上写入数据(每次写入,修改或删除时)
我该如何实现这个结构?
解决方法:
看看这是否有用:How does the file system store a b-tree?
标签:b-tree,java,data-structures 来源: https://codeday.me/bug/20190726/1544574.html
作者:互联网
我正在编写使用B树数据结构的数据库模型.我知道如何仅使用RAM在Java上实现此结构.但我需要在磁盘上写入数据(每次写入,修改或删除时)
我该如何实现这个结构?
解决方法:
看看这是否有用:How does the file system store a b-tree?
标签:b-tree,java,data-structures 来源: https://codeday.me/bug/20190726/1544574.html