Quentin Dufour
1be1715522
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
398 B
Markdown
17 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
|