8000 GitHub - w1397800/FIR: FIR : Achieving High Throughput and Fast Recovery in Non-Volatile Memory OLTP Engine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

w1397800/FIR

Repository files navigation

FIR

FIR is an NVM OLTP engine with fast rebuilding of the DRAM index, achieving instant system recovery while maintaining high runtime throughput.

Experiment Environment

Experiments were conducted on a server equipped with an Intel Xeon Gold 5218R CPU (20 physical cores @2.10GHz and 27.5 MB LLC) and 256 GB DDR4 DRAM, running Ubuntu 20.04.3 LTS. Each core supports two hardware threads, resulting in a total of 40 threads. There are 768 GB (128x6 GB) Intel Optane DC Persistent Memory NVDIMMs in the system. Optane PM has two accessibility modes, Memory Mode and APP Direct mode. We choose APP Direct mode for easy mapping of DRAM and NVM into the same virtual address space. We deploy file systems in fs-dax mode on NVM, followed by employing libpmem within PMDK to establish mappings between NVM files and a process's virtual memory. To ensure data persistence to NVM, we utilize clwb and sfence. The entire codebase is developed in C/C++ and compiled using gcc 7.5.0.

Experimental Results

About

FIR : Achieving High Throughput and Fast Recovery in Non-Volatile Memory OLTP Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0