diff options
Diffstat (limited to 'doc/book/design')
-rw-r--r-- | doc/book/design/benchmarks/endpoint-latency-dc.png (renamed from doc/book/design/img/endpoint-latency-dc.png) | bin | 131776 -> 131776 bytes | |||
-rw-r--r-- | doc/book/design/benchmarks/endpoint-latency.png (renamed from doc/book/design/img/endpoint-latency.png) | bin | 127369 -> 127369 bytes | |||
-rw-r--r-- | doc/book/design/benchmarks/index.md (renamed from doc/book/design/benchmarks.md) | 4 | ||||
-rw-r--r-- | doc/book/design/internals.md | 2 | ||||
-rw-r--r-- | doc/book/design/related-work.md (renamed from doc/book/design/related_work.md) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/doc/book/design/img/endpoint-latency-dc.png b/doc/book/design/benchmarks/endpoint-latency-dc.png Binary files differindex 7c7411cd..7c7411cd 100644 --- a/doc/book/design/img/endpoint-latency-dc.png +++ b/doc/book/design/benchmarks/endpoint-latency-dc.png diff --git a/doc/book/design/img/endpoint-latency.png b/doc/book/design/benchmarks/endpoint-latency.png Binary files differindex 741539a7..741539a7 100644 --- a/doc/book/design/img/endpoint-latency.png +++ b/doc/book/design/benchmarks/endpoint-latency.png diff --git a/doc/book/design/benchmarks.md b/doc/book/design/benchmarks/index.md index c47995b4..c2215a4a 100644 --- a/doc/book/design/benchmarks.md +++ b/doc/book/design/benchmarks/index.md @@ -28,7 +28,7 @@ We selected 5 standard endpoints that are often in the critical path: ListBucket In this first benchmark, we consider 5 instances that are located in a different place each. To simulate the distance, we configure mknet with a RTT between each node of 100 ms +/- 20 ms of jitter. We get the following graph, where the colored bars represent the mean latency while the error bars the minimum and maximum one: -![Comparison of endpoints latency for minio and garage](./img/endpoint-latency.png) +![Comparison of endpoints latency for minio and garage](./endpoint-latency.png) Compared to garage, minio latency drastically increases on 3 endpoints: GetObject, PutObject, RemoveObject. @@ -46,7 +46,7 @@ We consider that intra-DC communications are now very cheap with a latency of 0. The inter-DC remains costly with the same value as before (100ms +/- 20ms of jitter). We plot a similar graph as before: -![Comparison of endpoints latency for minio and garage with 6 nodes in 3 DC](./img/endpoint-latency-dc.png) +![Comparison of endpoints latency for minio and garage with 6 nodes in 3 DC](./endpoint-latency-dc.png) This new graph is very similar to the one before, neither minio or garage seems to benefit from this new topology, but they also do not suffer from it. diff --git a/doc/book/design/internals.md b/doc/book/design/internals.md index be531e97..05d852e2 100644 --- a/doc/book/design/internals.md +++ b/doc/book/design/internals.md @@ -17,7 +17,7 @@ In the meantime, you can find some information at the following links: - [this presentation (in French)](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/main/doc/talks/2020-12-02_wide-team/talk.pdf) -- [an old design draft](/working_documents/design_draft.md) +- [an old design draft](@/documentation/working-documents/design-draft.md) ## Garbage collection diff --git a/doc/book/design/related_work.md b/doc/book/design/related-work.md index da883c06..da883c06 100644 --- a/doc/book/design/related_work.md +++ b/doc/book/design/related-work.md |