forked from Deuxfleurs/garage
18 lines
398 B
Markdown
18 lines
398 B
Markdown
|
+++
|
||
|
title = "Abstraction cost"
|
||
|
weight = 30
|
||
|
+++
|
||
|
|
||
|
We take as our baseline the raw disk sequential write performance.
|
||
|
We then compare Garage's performances to it, the difference represents what we call our "abstraction cost".
|
||
|
|
||
|
fsync, chunking, compression, pipelining, synchronization
|
||
|
|
||
|
# raw perf VS garage
|
||
|
|
||
|
# garage tmpfs VS garage std
|
||
|
|
||
|
# garage various multipart sizes
|
||
|
|
||
|
# garage 0.7.2.1 VS upstream
|