Title: NEVER use mmap for your database
Abstract: MMAP can be used as the buffer pool manager for DBMSs. But is it good to use mmap for DBMSs? Chenyao is going to share evaluations for mmap, pitfalls in mmap, and methods to make mmap safe in existing DBMSs.