Skip to content

prismospickles/pmse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage Engine Module for MongoDB

To use this module, in the mongo repository directory do the following:

mkdir -p src/mongo/db/modules/
ln -sf ~/pmse src/mongo/db/modules/pmse

To build you will need to run

scons LIBPATH=/usr/local/lib

To clean: scons -c

Start mongod using the --storageEngine=pmse option and --dbpath=xxx, where xxx is path to mounted DAX device.

About

Persistent Memory Storage Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • Python 3.8%