I have 4 buckets with 11MB, 111MB, 1.1GB and 2.2GB sizes and each of these bucket contains many views
in different document design
in standalone mode. How much memory should I assign in these buckets? is there any rule? Any theory behind it?
问问题
19 次
1 回答
0
作为一般经验法则,为了获得最大的 Key-Value 性能,您希望您的工作集 100% 驻留在 RAM 中。不驻留在 RAM 中的文档将需要从磁盘中获取(通常比从 RAM 中读取的数量级多)。
查看Couchbase 管理员指南中的Sizing Guidelines部分了解更多详细信息。
于 2015-07-27T11:43:15.790 回答