Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 399 Bytes

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.