yejj
yejj
> As for the file-eviction part itself, the file-storage monitor has two usage patterns: > * Pattern A (stronger constraint: the master must be able to access the DFS mount...
you can see more details on (Mooncake/mooncake-store/src/client.cpp `Put` function). I think the current version does not support
> DFS 持久化操作和NVMEof是两套不同的支持,我这里描述的都是不考虑NVMEof部分 [#793](https://github.com/kvcache-ai/Mooncake/pull/793) 的实现。如果开启了持久化功能,会在磁盘上存一个副本,内存的副本数由初始化指定的参数来决定。 DFS和NVMof是两套不同实现,我的理解如下:1、当前的kvcache offload在master-service上触发 2、如果是dfs,直接在master结点上执行写操作;如果是NVMEof,则需要将数据传输给对应client 完成写入其SSD的过程 请问我的理解正确吗? @SgtPepperr
@stmatengss Hi, does Python interface documentation for transfer engine or store is finished? because I see similar instructions already on (https://kvcache-ai.github.io/Mooncake/python-api-reference/mooncake-store.html#)?