Skip to content

MV-RLU: Scaling Read-Log-Update with Multi-Versioning

License

Notifications You must be signed in to change notification settings

cosmoss-jigu/mv-rlu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MV-RLU: Scaling Read-Log-Update with Multi-Versioning

This repository contains the code for MV-RLU, a scalable synchronization mechanism. MV-RLU has been test in Linux with Intel Xeon Processor.

Directory structure

mv-rlu
├── include             # public headers of mvrlu
├── lib                 # mvrlu library
├── benchmark           # benchmark
│   ├── DBx1000         #  - DBx1000
│   ├── rlu             #  - rlu implementation and benchmark
│   ├── kyotocabinet    #  - kyotocabinet benchmark
│   └── versioning      #  - versioned programming and benchmark
├── bin                 # all binary files and scripts
└── tools               # misc build tools

Prerequisites

  • Recent gcc (8.0+)
  • gnu-make (4.0+)

Setting Ordo value

Before building, you need the ordo value for your machine

$> make ordo

Copy the ordo value to include/ordo_clock.h

#define __ORDO_BOUNDARY (<ORDO_VALUE_HERE>)

How to configure, build, test, and clean

$> make

Running benchmarks

All the binary files are store in the ./bin folder. To use the automated python script follow the README in the bin folder

Other resources

Authors

About

MV-RLU: Scaling Read-Log-Update with Multi-Versioning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published