我想在B+数据库中实现H2树,但是我想知道,在H2数据库中有B+树工具吗?
发布于 2012-01-05 10:44:09
H2已经使用了B+树(类PageBtree)。
https://stackoverflow.com/questions/8737691
相似问题