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.
我试图找到 CouchDB 的任何限制。我需要知道 Couch 可以包含多少文件。他们的_id可以用完吗?或 CouchDB 带来的另一个限制,因为我最近在许多项目中都依赖 couchDB。
谢谢
CouchDB 中存储的文档数量仅受数据库文件可用磁盘空间的限制。您可以使用选项限制最大文档大小(以字节为单位)couchdb/max_document_size,但您不能为单个数据库中的文档计数设置任何限制。
couchdb/max_document_size