cluster-computing - Aerospike 复制无需持久化

标签 cluster-computing aerospike distributed-caching nosql

由n个节点组成的仅内存的Aerospike集群会自动跨节点复制数据吗?在这种情况下,是否可以保证没有数据写入磁盘?

最佳答案

Will an in-memory only Aerospike cluster composed of n nodes automatically replicate data across nodes?

是的,假设您谈论的是存储引擎内存,而不是存储引擎设备data-in-memory true

And in this case, is there a guarantee that no data will be written to disk?

您的记录不会写入磁盘。日志和SMD(系统元数据)将写入磁盘。

关于cluster-computing - Aerospike 复制无需持久化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29411143/

相关文章:

aerospike - 在 Aerospike 中查找 TTL 为 0 的记录

java - 在 hazelcast 和 Java 中以编程方式设置 Near Cache 验证 Near 缓存是否从本地缓存返回数据

java - Mybatis的分布式缓存

cluster-computing - RabbitMQ 队列设计和扩展

java - Vertx-ignite 3.4.2 不适用于 Ignite 2.0.0

java - 是否推荐使用aerospike对某些字段进行过滤

database - 关于ringpop,应用层sharding,用在Uber

java - 如何设置 Spark 执行器的数量?

python - Dask:如何向 Dask 集群添加安全性 (TLS/SSL)?

redis - Redis 优于 Aerospike 的用例有哪些?