Search Articles — Sudonull

Search Results

In this project

AWS S3: 1 PB/s on slow HDDs

https://sudonull.com/aws-s3-1-pb-s-on-slow-hdds

Let's break down how S3 achieves petabyte speeds on HDD with EC 5/9, parallelism and LSM. Technical details for developers: latencies, IOPS, sharding. Study the architecture.

Samurai GX Data Destruction for Servers

https://sudonull.com/samurai-gx-data-destruction-for-servers

GuardDo hardware systems for irreversible erasure on SSD/HDD. Integration into infrastructure, NIST standards, R.LAB tests. For IT specialists: GX, NT, PC details. Study 152-FZ compliance.

From the web

Erasure code - Wikipedia

https://en.wikipedia.org/wiki/Erasure_code

The most common form of erasure coding used in storage systems is Reed-Solomon (RS) code, an advanced mathematics formula used to enable regeneration of missing data from pieces of known …

Erasure Coding in System Design - GeeksforGeeks

https://www.geeksforgeeks.org/system-design/erasure-coding-in-system-design/

Jul 23, 2025 · Erasure coding is a data protection method used in system design to ensure data reliability and availability. It works by dividing data into smaller chunks and then creating additional …

What is erasure coding and how is it different from RAID? | Definition ...

https://www.techtarget.com/searchstorage/definition/erasure-coding

Jun 12, 2024 · Erasure coding (EC) is a method of data protection in which data is broken into fragments, expanded and encoded with redundant data pieces, and stored across a set of different …

What Is Erasure Coding? | Everpure - Pure Storage

https://www.everpuredata.com/knowledge/what-is-erasure-coding.html

Erasure coding is a technique used in data protection and data storage that distributes redundant information across multiple storage nodes, allowing the system to recover from the loss of data …

Erasure Coding For The Masses - Towards Data Science

https://towardsdatascience.com/erasure-coding-for-the-masses-2c23c74bf87e/

Dec 21, 2020 · Erasure coding is a linear transformation from each K-component data-block vector to its corresponding N-component code-block vector. The code-block chunks are striped across the N …

Understanding Erasure Coding And Its Difference With RAID

https://stonefly.com/blog/understanding-erasure-coding/

Erasure coding is another way to protect data, but it works differently than RAID. With erasure coding, we break the data into smaller pieces, then we turn those pieces into something that looks different.

What is Erasure Coding - A Shield Against Data Loss - simplyblock

https://simplyblock.io/blog/what-is-erasure-coding-a-shield-against-data-loss/

Mar 31, 2026 · Erasure Coding (erasure code) is a data protection mechanism that protects against data loss by breaking data items, such as files, into fragments, calculating additional data pieces (parity …

Erasure Coding | MinIO AIStor Documentation

https://docs.min.io/aistor/operations/core-concepts/erasure-coding/

The diagrams and content in this section present a simplified view of erasure coding operations and are not intended to represent the complexities of the AIStor Server’s full erasure coding implementation.

Erasure Coding - Definition & Detailed Explanation - Computer …

https://pcpartsgeek.com/erasure-coding/

Jun 20, 2026 · Erasure coding is a method used in computer storage to protect data against the loss of individual storage devices or components. It is a form of data protection that creates redundant …

Erasure Coding Explained | Why Cloud Giants Prefer It Over Replication

https://blogs.businesscompassllc.com/2025/10/erasure-coding-explained-why-cloud.html

Oct 22, 2025 · Erasure coding is an advanced data protection method used in distributed storage systems to enhance reliability and efficiency. It involves breaking data into fragments, encoding them …

Trending Now