Loading data files into the in-memory database has become one of the bottlenecks affecting service continuity. Our demonstration showcases a hot-loading technique for in-memory databases: upon start-up, the system only creates the memory-mapped address space for the in-memory table space files, bypassing the traditional step of loading the entire data files from disk into memory. The database becomes ready for service within seconds while background threads continue to load the actual data pages in parallel.The demo will replay the complete hot-loading workflow and present a side-by-side comparison of startup latency and transaction throughput with and without hot-loading enabled.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Demonstration of Memory Database Hot Loading System

  • ZiJing Wang,
  • Yibo Zhao,
  • Zeng Chun,
  • WenKui Zheng,
  • Zhang Yong

摘要

Loading data files into the in-memory database has become one of the bottlenecks affecting service continuity. Our demonstration showcases a hot-loading technique for in-memory databases: upon start-up, the system only creates the memory-mapped address space for the in-memory table space files, bypassing the traditional step of loading the entire data files from disk into memory. The database becomes ready for service within seconds while background threads continue to load the actual data pages in parallel.The demo will replay the complete hot-loading workflow and present a side-by-side comparison of startup latency and transaction throughput with and without hot-loading enabled.