This document summarizes Eric Sproul's presentation about pathological storage workloads on ZFS. It describes how their workload of small, frequent appends to columns in files caused heavy fragmentation in ZFS's metaslabs over time. This led to degraded performance as allocation times increased. Analysis showed the problem was heavy fragmentation, not disk saturation. Updating the workload to use larger, sequential writes and an in-memory database helped avoid this issue going forward.