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.
为每个用户创建一个 Mongo 数据库,在一个集合中包含数千个文档,还是在一个集合中创建一个数据库,在一个集合中包含数百万个文档?
我不想通过用户交换数据。它将完全分开。
存储信息的最强大结构取决于您要执行的查询。例如,如果要在更多用户之间执行查询,则应考虑单个私有集合的假设。Mongo db 还提供了一个高效的系统,用于以完全透明的方式在多台机器上分配工作负载,请参见此处