10 Star 15 Fork 5

anolis / fio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DEDUPE-TODO 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bar David 提交于 2021-10-24 13:59 . Mixed dedup and compression
- Shifted dedup-able data.
Allow for dedup buffer generation to shift contents by random number
of sectors (fill the gaps with uncompressible data). Some storage
subsystems modernized the deduplication detection algorithms to look
for shifted data as well. For example, some databases push a timestamp
on the prefix of written blocks, which makes the underlying data
dedup-able in different alignment. FIO should be able to simulate such
workload.
- Generation of similar data (but not exact).
A rising trend in enterprise storage systems.
Generation of "similar" data means random uncompressible buffers
that differ by few(configurable number of) bits from each other.
The storage subsystem usually identifies the similar buffers using
locality-sensitive hashing or other methods.
1
https://gitee.com/anolis/fio.git
git@gitee.com:anolis/fio.git
anolis
fio
fio
an8

搜索帮助