服务器重启后找不到 aerospike 数据

aerospike data not found on after server restart

我是 aerospike DB 的新手。我使用迁移脚本将数据从 mysql 插入到 aerospike。由于某些问题 aerospike 服务器已重新启动。 但是重启后aerospike DB.

里面没有数据

有人可以告诉我可能是什么问题吗? Aerospike 中有任何配置问题吗?

您在 Aerospike 中使用的存储机制是什么?您是否使用了默认数据库之一?默认值之一是仅在内存中。因此,如果它是仅具有单个节点的内存存储并重新启动,则数据将丢失。

所以基本上你应该确保数据库存储配置为持久化[1],复制因子为 2 或更多,并且建议的集群中的最小服务器数量应至少等于复制因子以确保 HA。

[1]https://www.aerospike.com/docs/operations/configure/namespace/storage/#recipe-for-an-ssd-storage-engine