Git Product home page Git Product logo

nvmgts's Introduction

NVMgts

NVMgts is a kind of fast-recoverable hybrid-memory trajectory storage system. It leverage the advantages of both DRAM and Non-Volatile Memory (NVM).

Hardware

DRAM

  • Low latency
  • Low capacity because of expensive DRAM chip
  • Data loss when restart

NVM

  • 5-10x latency compared with DRAM
  • High capacity
  • Persistence even if restarting
  • Much faster than SSD

Goals

  • Get a higher avaliability than the storage system based on traditional DRAM
  • Get a much better performance (e.g., throughput, latency) than systems based on SSD or HDD
  • Achieve a better performance than system based on pure NVM
  • Support large-scale trajectory dataset through storing data on NVM

System Mode

  • pure DRAM: work as an original in-memory trajectory storage on DRAM
  • pure NVM: all data are stored on NVM, DRAM is used to process the intermediate results
  • hybrid: based on pure NVM, where hot data are transferred to DRAM as a buffer

Operators

clean

make clean

compile

make -jN

run

./test [params..]

restart

./test r

clean all trajectory data on NVM

./test c

change system mode

  • pure DRAM: ./test m d
  • pure NVM: ./test m s
  • hybrid: ./test m h

batch queries through file

first point out the file in main.cpp

then type ./test f

single query through input

first type ./test s

then input RQ(lon1,lon2,lat1,lat2)

nvmgts's People

Contributors

azh18 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.