From 2134d13bc1adf453e66844fa6852d9b73994046e Mon Sep 17 00:00:00 2001 From: JonnieSparkles <140422730+JonnieSparkles@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:58:43 -0500 Subject: [PATCH] Remove data deduplication section from ArFS docs Removed section on data deduplication from the documentation. --- content/build/advanced/arfs/index.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/build/advanced/arfs/index.mdx b/content/build/advanced/arfs/index.mdx index 8a105df50..cb51bae0a 100644 --- a/content/build/advanced/arfs/index.mdx +++ b/content/build/advanced/arfs/index.mdx @@ -27,10 +27,6 @@ ArFS supports public and private file permissions. Public files can be accessed ArFS supports versioning of files, allowing users to store multiple versions of a file and access previous versions at any time. This is achieved by linking new file transactions to previous versions through the use of metadata tags. -### Data Deduplication - -To minimize storage redundancy and costs, ArFS employs data deduplication techniques. If a user tries to store a file that already exists on the network, the protocol will simply create a new reference to the existing file instead of storing a duplicate copy. - ### Search and Discovery ArFS enables users to search and discover files based on their metadata, such as file names, types, and tags. This is made possible by indexing the metadata stored within the Arweave blockchain.