Skip to content

Latest commit

 

History

History

mongodb-vls

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

MongoDB-VLS


MongoDB-VLS is a prototype implementation of VLS in MongoDB. VLS, or Virtual Lightweight Snapshots, is a mechanism, presented at ICDE 2016, that enables consistent analytics without blocking incoming updates in NoSQL stores.

Implementation

MongoDB-VLS implementation and experiments are available here.

ReproZip Package

ReproZip packages for the plots of the ICDE paper are available here.

How to Reproduce

For instance, to reproduce Figure 7:

$ reprounzip vagrant setup query_execution_time.rpz query_execution_time/
$ reprounzip vagrant run query_execution_time/
$ reprounzip vagrant download query_execution_time/ scan_duration.png
$ reprounzip vagrant download query_execution_time/ scan_duration_updates.png