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.
我有一个包含这样的文档的集合
{userId: "123", profile: [{"prof1":"p"}, {"prof2" : "4"}], loc: "loc"}
我想知道插入文档 100,500,1000 的最佳批量大小数是多少?我该如何计算呢?
谢谢
最佳总批量插入大小可能会有很大差异。大概 50KB - 500KB。找出答案的最好方法是在几个批量插入大小上进行基准测试,看看哪个在您的驱动程序、MongoDB 版本等上最快。