Updated Erasure Coding for warm storage (markdown)

Chris Lu 2019-06-11 10:15:26 -07:00
parent faccb844a1
commit 85f68860ae

@ -1,4 +1,4 @@
This erasure coding implementation took some ideas from [f4: Facebooks Warm BLOB Storage System](https://www.usenix.org/system/files/conference/osdi14/osdi14-paper-muralidhar.pdf), without its high requirements.
This erasure coding implementation took some ideas from [f4: Facebooks Warm BLOB Storage System](https://www.usenix.org/system/files/conference/osdi14/osdi14-paper-muralidhar.pdf), without its high hardware requirements.
Usually data is hot when it is fresh, and are accessed very often. SeaweedFS normal volumes tries hard to minimize the disk operations, but it comes with a cost of loading indexes in memory.