The document summarizes a presentation on using persistent memory technology with Apache HBase. It describes the current HBase model using volatile memory and write-ahead logs, as well as persistent memory technology capabilities. The presentation proposes using persistent memory with HBase to store data non-volatility, eliminate write-ahead logs for faster performance, and increase availability through replica regions in memory. It shows performance test results finding over 2x higher throughput and up to 104x lower maximum latency without write-ahead logs when using persistent memory with HBase.