This document summarizes a presentation given at SIGMOD'08 about the potential benefits of using flash memory SSDs instead of magnetic disks for enterprise database applications. It notes that SSDs have significant advantages over HDDs in terms of latency, size, and power consumption. While SSD prices are still higher than HDDs currently, prices are dropping quickly. The document discusses how SSDs could reduce commit time delays for transactions by enabling faster logging. It also explores how SSDs could speed up query processing by allowing more flash-friendly I/O patterns for temporary table spaces used in sorting and joining.