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.
使用 CouchBase 可以在一个节点上存储多少数据。我希望我的数据库水平扩展,每个节点最大为 400GB。如果 CouchBase 是内存数据库,我想实现起来会非常昂贵,因为我需要很多具有大量内存的机器,对吗?
Couchbase 不是内存数据库。它有一个内置的缓存层,并将其所有数据保存到磁盘。要回答您的问题,Couchbase 节点的容量可以与您的可用硬盘空间一样多。建议您将工作集放入内存中以获得最佳性能。