WiscKey is an LSM-tree-based key-value store with a performance-oriented data layout that separates keys from values to minimize I/O amplification. The design of WiscKey is highly optimized for SSDs, leveraging both the sequential and random performance characteristics of the devices. The paper also discusses some of the challenges with this design and proposes feasible solutions to solve them.