Performance of the zlog sequencer service 1 November 2014·7 mins How fast can an integer be incremented and read over the network?
ZLog: a distributed shared-log on Ceph 26 October 2014·22 mins Building the CORFU distributed shared-log protocol on top of Ceph.
Ceph OSD request processing latency 8 June 2014·5 mins How fast can Ceph’s RADOS object store process a request?
Tracing Ceph with LTTng 1 June 2014·16 mins Collecting execution traces in Ceph with LTTng userspace tooling.
The latency of Ceph placement group splitting 19 May 2014·4 mins How fast can Ceph split up and redistribute a collection of objects?
OpRequest flow in RADOS OSD server 5 May 2014·2 mins Tracing the flow of object request handling in Ceph.
Performance of compound object operations in Ceph (part 2) 22 February 2014·2 mins Reducing contention by striping operations across placement groups.
Performance of compound object operations in Ceph (part 1) 16 February 2014·4 mins We can combine operations on Ceph objects, but should we?
Fixing a Ceph performance WTF 31 January 2014·5 mins Tracking down and fixing a poorly performing Ceph application workload.
Dynamic RADOS object interfaces with Lua 22 January 2014·15 mins Offloading image thumbnail generation to Ceph using Lua.