我这边是用rocksdb来做checkpoints的持久化的
我以为你说的是这个
我研究一下你说的这个方案
谢谢
【 在 sayinger (言者) 的大作中提到: 】
: 1、你所谓的备份是指故障恢复吧,那不是rocksdb的作用,checkpoint才是。
: 2、rocksdb做状态后端的时候,如果所有状态仍然在内存中,那跟memory做状态后端有啥区别,如何能实现:
: Note that the amount of state that you can keep is only limited by the amount of disk space available. This allows keeping very large state, compared to the HashMapStateBackend that keeps state in memory.
: ...................
--
FROM 180.167.95.*