Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.47 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.47 KB

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