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.
我在京都 TreeDB 中插入记录。键只是一个计数器,我递增并且值是固定的。
在 1 亿条记录之后,插入逐渐变慢。有没有人尝试在京都内阁插入更多记录?
您可能会遇到哈希冲突。如果发生这种情况,它会将记录放入溢出区域。我相信这会退化为搜索列表。
HashDB 比 TreeDB 更节省内存。由于您使用的是 TreeDB,您可能需要修改缓存选项以保持快速插入。
您是否相应地增加了 bnum 和 msiz ?
我的插入性能非常差,msiz 值太低。