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.
在 Geode 的主页上,它说“超快速预写日志 (WAL) 持久性,采用无共享架构,针对节点或整个集群的快速并行恢复进行了优化”
这是否意味着 Geode 可以将数据刷新到数据库。如果有,它的机制是什么?
是的,您可以使用 Geode 的AsyncEventListener将数据刷新到数据库。