Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以通过添加记录块而不是逐个添加记录来提高 mapdb 在大型数据集上的 HTreeMap 性能?我使用文件系统。
您可以使用内存存储导入数据,然后将其复制到磁盘。还要确保缓存大小很大。
MapDB 具有用于快速导入 BTreeMap 的 Data Pump,HashMap 最终将在 MapDB 1.4 中得到支持。