mirror of
https://github.com/pgsty/minio.git
synced 2026-09-26 04:45:59 +03:00
docs: link compression and federation to maintained design records
Signed-off-by: Feng Ruohang <rh@vonng.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Compression Guide
|
# Compression Guide
|
||||||
|
|
||||||
|
For SILO's current SSE-C compression and historical-object boundary, see the [maintained encryption guide](https://silo.pgsty.com/administration/server-side-encryption/server-side-encryption-sse-c/) and [SSE-C replica design](https://silo.pgsty.com/blog/design/ssec-replica-integrity/). Check the documented release boundary before applying main-branch behavior to an older binary.
|
||||||
|
|
||||||
Silo server allows streaming compression to ensure efficient disk space usage.
|
Silo server allows streaming compression to ensure efficient disk space usage.
|
||||||
Compression happens inflight, i.e objects are compressed before being written to disk(s).
|
Compression happens inflight, i.e objects are compressed before being written to disk(s).
|
||||||
Silo uses [`klauspost/compress/s2`](https://github.com/klauspost/compress/tree/master/s2)
|
Silo uses [`klauspost/compress/s2`](https://github.com/klauspost/compress/tree/master/s2)
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Federation Quickstart Guide *Federation feature is deprecated and should be avoided for future deployments*
|
# Federation Quickstart Guide *Federation feature is deprecated and should be avoided for future deployments*
|
||||||
|
|
||||||
|
The maintained [federated CopyObject design](https://silo.pgsty.com/blog/design/federated-copy-object/) records the destination encryption, checksum, Object Lock and committed-response contract, including its Server release boundary.
|
||||||
|
|
||||||
This document explains how to configure Silo with `Bucket lookup from DNS` style federation.
|
This document explains how to configure Silo with `Bucket lookup from DNS` style federation.
|
||||||
|
|
||||||
## Cross-deployment copy behavior
|
## Cross-deployment copy behavior
|
||||||
|
|||||||
Reference in New Issue
Block a user