这两个月收到不少scholar 推送的文章,有十几篇,抽空看看了。
1 Tree-Structured Parallel Regeneration for Multiple Data Losses in Distributed Storage Systems Based on Erasure Codes(基于纠删码的分布式存储系统中针对多数据失效的树型并行修复技术)
针对多块数据丢失再生冗余数据块进行了讨论,主要是优化速度,通过并行加速修复过程。提出了一种树型修复方式
2 An Improved Sub-Packetization Bound for Minimum Storage Regenerating Codes
文章讨论了MSR的系统码(systematic code)中B(文中用sub-packetization l表示)和k 和r=n-k 的关系。(n, k)-MSR系统码要求k不能太大,否则无法修复。文中虽然没有给出k 具体的上限,但给定了一个上限
3 Symmetry in Distributed Storage Systems
文章提出一种可以达到任意码率的精确修复的(n,k,d,,α,β)再生码方案:concatenation scheme
4 Impact of Stripe Unit Size on Performance and Endurance of SSD-Based RAID Arrays
文章讨论了SSD 中RAID 分片大小,4KB 条带更适合SSD RAID
5 RAIDq: A software-friendly, multiple-parity RAID
文章基于plank 和HP anvin 的文章提出了编解码速度非常快的RAIDq ,可以详细看看
6 Rateless codes and random walks for P2P resource discovery in grids
在P2P 存储系统中使用rateless codes 实现网络编码,较少资源更新时的网络开销
7 Efficient Encoding Schedules for XOR-based Erasure Codes
之前会议的文章的republish
8 Erasure coding for cloud storage systems: A survey
从MDS 到Regenerating codes 的survey,入门survey,讲的也不是很全,但普及了概念
9 Enabling Data Integrity Protection in Regenerating-Coding-Based Cloud Storage: Theory and Implementation (Supplementary File)
香港科技大学网络编码实验的一片关于NCCloud 和FMSR 的补充说明:加密和存储开销等
10 基于组合矩阵的精确修复MDS 编码
精确修复和GF(2) 是亮点,希望这篇不会让我失望