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.
我正在研究 GraphEngine 来处理一些繁重的工作负载。我想保留数据以供将来分析和服务器重启时使用。查看 CloudStorage 和 LocalStotage 的文档实际上只是坚持到 ram。是否可以持久化到可扩展的存储接口?
Global.CloudStorage.SaveStorage() 或 Global.LocalStorage.SaveStorage() 会将内存内容保存到磁盘。Global.CloudStorage.LoadStorage() 将命令所有服务器将其读回内存。
链接到 CloudStorage API