Code Monkey home page Code Monkey logo

local-key-value's Introduction

In-memory key-value Stores (2017)

Experimental analysis of state-of-the-art RDMA-based in-memory key-value stores.

Hardware Requirment

  • InfiniBand HCAs (Code tested on Mellanox ConnectX DDR 20 Gbps PCIe2)
  • X86 Processor

Software Requirment

  • RDMA drivers (Mellanox OFED or upstream OFED)
  • Memcached 1.4.37
  • Redis 3.2.9
  • gcc version 4.4.7

Run scripts

RDMA-based systems

All RDMA-based systems contain two scripts ./run-servers.sh and ./run-machine.sh. Server shoud run ./run-servers.sh and client runs ./run-machine.sh. In the ./run-machine.sh, num_processes specifies the number of clients.

Redis
  • Download Redis from (www.redis.io), then compile and run Redis server
  • find out the InfiniBand IP address (server_ip_address) of server and initial the server keys by running ./run-initial.sh server_ip_address from client
  • ports are chosen incrementally started from the default Redis listening port
  • now the server is initialized
  • It is assumed that system has 4 NUMA nodes with 32 cores. You can modify this by node_map and cpu_map in the run-client.sh script
  • Run the script by ./run-client.sh number_of_clients test_time warmup ratio to run the experiment
Memcached
  • You need to download memcached from (http://memcached.org), then compile and run
  • find out the InfiniBand IP address (server_ip_address) of server and initial the server keys by running ./run-initial.sh server_ip_address from client
  • Run the script by ./run-client.sh server_ip_address number_of_clients

Contact ๐Ÿ“ง

Masoud Hemmatpour ([email protected]).

local-key-value's People

Contributors

mashemat avatar

Watchers

 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.