[doc-dedup] mention deduplication and compression in features page
ci/woodpecker/push/debug Pipeline was successful Details
ci/woodpecker/pr/debug Pipeline was successful Details

This commit is contained in:
Alex 2024-02-28 13:43:30 +01:00
parent 10031a3a91
commit dc995059aa
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,14 @@ and with various levels of consistency, in order to adapt to a variety of usage
Read our reference page on [supported replication modes](@/documentation/reference-manual/configuration.md#replication_mode)
to select the replication mode best suited to your use case (hint: in most cases, `replication_mode = "3"` is what you want).
### Compression and deduplication
All data stored in Garage is deduplicated, and optionnally compressed using
Zstd. Objects uploaded to Garage are chunked in blocks of constant sizes (see
[`block_size`](@/documentation/reference-manual/configuration.md#block_size)),
and the hashes of individual blocks are used to dispatch them to storage nodes
and to deduplicate them.
### Web server for static websites
A storage bucket can easily be configured to be served directly by Garage as a static web site.