Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notes/performance.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## tl;dr

- A single fatcache can do close to 100K set/sec for 100 bytes item sizes.
- A single fatcache can do close to 4.5K get/sec for 100 byte item sizes.
- A single fatcache can do close to 4.5K get/sec for 100 bytes item sizes.
- All the 8 fatcache instances in aggregate do 32K get/sec to a single 600 GB SSD.
- We can scale the read iops by having multiple SSD connected to a single machine.

Expand Down