随笔分类 -  分布式缓存

分布式缓存相关的文章
摘要:最近需要针对对WRF应用做一些性能优化;下面简单记录WRF model 的安装过程: 优秀UP主的视频: https://www.bilibili.com/video/av71541427/ UP主提供的资源:https://pan.baidu.com/s/1-c3qG4bCd1HknkjoWNat 阅读全文
posted @ 2020-06-03 23:59 "Michael_Xu" 阅读(1548) 评论(0) 推荐(0) 编辑
摘要:FS-Cache and CacheFS. Are there any differences between these two? Initially, I thought both were same. But no, it’s not. CacheFS is the backend imple 阅读全文
posted @ 2019-12-03 11:54 "Michael_Xu" 阅读(972) 评论(0) 推荐(0) 编辑
摘要:最近需要使用到 FSCache,今天调研一下FS-Cache,主要记录一些索引,方便以后查阅: RedHat 文档:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_admini 阅读全文
posted @ 2019-12-02 21:21 "Michael_Xu" 阅读(2241) 评论(0) 推荐(0) 编辑
摘要:最近要使用到 alluxio,发现网上还是有一些文档很是不错,现在通过这篇文章进行索引一下,进行备忘: https://edgedef.com/2017/08/17/alluxio-%E5%B0%8F%E8%B0%83/ (以为网友关于 alluxio的调研) https://www2.eecs.b 阅读全文
posted @ 2019-12-01 13:36 "Michael_Xu" 阅读(288) 评论(0) 推荐(0) 编辑
摘要:下面是在使用fuse3 编译bbfs 过程中一些参数,用于备忘: FUSE_CFLAGS="-I/usr/local/include/fuse3" FUSE_LIBS="-L/usr/local/lib/x86_64-linux-gnu -lfuse3 -lpthread -ldl" ./confi 阅读全文
posted @ 2019-11-20 01:17 "Michael_Xu" 阅读(1291) 评论(0) 推荐(0) 编辑
摘要:最近需要使用到 ramfs 和 tmpfs 做内存文件系统,下面对这两个文件系统相关的信息,做一下总结: 参考链接: https://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/ https://www.cnbl 阅读全文
posted @ 2019-11-18 10:06 "Michael_Xu" 阅读(659) 评论(0) 推荐(0) 编辑
摘要:最近要尝试探究一下alluxio相关的知识,本博客进行对alluxio的安装过程进行备忘: 单例安装过程: https://docs.alluxio.io/os/user/stable/cn/contributor/Contributor-Getting-Started.html (开发者指南) h 阅读全文
posted @ 2019-11-16 14:32 "Michael_Xu" 阅读(672) 评论(0) 推荐(0) 编辑
摘要:set 命令:命令将value数值存储在指定的key中; key:键值 key-value 结构中的 key,用于查找缓存值。 flags:可以包括键值对的整型参数,客户机使用它存储关于键值对的额外信息 。 exptime:在缓存中保存键值对的时间长度(以秒为单位,0 表示永远) bytes:在缓存 阅读全文
posted @ 2019-10-24 20:06 "Michael_Xu" 阅读(415) 评论(0) 推荐(0) 编辑
摘要:网络上有很多关于缓存和预取相关的问题和文章,在这里简单进行记录,并进行备忘: 大型分布式系统中的缓存架构 https://www.cnblogs.com/panchanggui/p/9503666.html 《Scaling Memcache At Facebook》学习笔记 https://www 阅读全文
posted @ 2019-10-13 16:59 "Michael_Xu" 阅读(561) 评论(0) 推荐(0) 编辑