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.
我正在寻找一个用于 Java/Scala 的 BSON 库,它可以读取非常大(大于 RAM)的 BSON 文件。这意味着我不想一次读取整个文件,而只想逐个片段地读取。更何况我只需要阅读。有这样的吗?
看看BSONSpec 页面
查理