Intel-bigdata/HLKVDS

Name: HLKVDS

Owner: Intel-bigdata

Description: A Hybrid Layout Key Value Data Store

Created: 2016-07-21 07:12:23.0

Updated: 2018-03-26 08:51:47.0

Pushed: 2018-03-26 08:51:46.0

Homepage:

Size: 7605

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

HLKVDS is a Hybrid Layout Key Value Data Store

  1. build the HLKVDS with

    $ make
    
  2. run unit test with

    $ ./install_deps.sh
    $ make test
    $ cd test 
    $ ./test.sh
    
  3. There some tools to start

    Create data store with

    $ ./tool/CreateDb /dev/sd*
    

    Open and operate to data store example with

    $ ./tool/ExampleKV /dev/sd* 
    

    Get all data on the device with

    $ ./tool/LoadDB /dev/sd*
    
  4. There is a benchmark tool to test the performance

    $ ./tool/Benchmark write|overwrite|read -f dbfile -s db_size -n num_records -t thread_num -seg segment_size(KB)
    

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.