Maximum number of databases supported by MongoDB

后端 未结 2 849
余生分开走
余生分开走 2021-02-04 06:45

I would like to create a database for each customer. But before, I would like to know how many databases can be created in a single instance of MongoDB ?

2条回答
  •  我在风中等你
    2021-02-04 07:17

    There's no explicit limit, but there are probably some implicit limits due to max number of open file handles / files in a directory on the host OS/filesystem.

    see: http://groups.google.com/group/mongodb-user/browse_thread/thread/01727e1af681985a?fwc=2

提交回复
热议问题