Voldemort is a distributed key-value storage system used at LinkedIn that was migrated to use solid state drives (SSDs) to improve performance. This led to issues with Java garbage collection causing increased latency. The authors address these issues by modifying the caching strategy to cache only index nodes and evict data objects quickly to reduce fragmentation. They also reduce the cost of garbage collection by controlling promotion rates and the scheduling of garbage collection cycles. Migrating to SSDs requires rethinking caching strategies and garbage collection to fully realize the performance benefits.