|
|
|
|
|
by ludde
1085 days ago
|
|
A M A Z I N G Have been looking forward to this for years! This is so much better than automatically doing dedup and the RAM overhead that entails. Doing offline/RAM+in memory dedup size optimizations seem like a really good optimization path. In the spirit of also paying only what you use and not the rest. Edit: What's the RAM overhead of this? Is it ~64B per 128kB deduped block or what's the magnitude of things? |
|
No real memory impact. There's a regions table that uses 128k of memory per terabyte of total storage (and may be a bit more in the future). So for your 10 petabyte pool using deduping, you'd better have an extra gigabyte of RAM.
But erasing files can potentially be twice as expensive in IOPS, even if not deduped. They try to prevent this.