简体   繁体   中英

how to store a b+ tree in a file in java?

How can I store a B+ tree structure in a file in Java?

After creating a B+ tree, how can I persistently store it in a file instead of using memory? Can I store every node in the file?

您可以尝试使用序列化,然后将整个对象简单地写入文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM