Giter VIP home page Giter VIP logo

ycsb_phoenixclient's Introduction

YCSB_PhoenixClient

Yahoo cloud service benchmark (YCSB) with extended client to Phoenix

create Phoenix Client: YCSB_PhoenixClient / hbase / src / main / java / com / yahoo / ycsb / db /phoenixClient /**

  • This class extends the Yahoo! Cloud Servicing Benchmark (YCSB),
  • to benchmark the performance of HBase database wrapped by a Phoenix interface.
  • It create the table schema and perform workload against the database.

  • This class translates simple requests (read(), scan(), insert(), update(), delete())
  • from the client threads into calls against the database.
  • This class extends com.yahoo.ycsb.DB and implements the database interface used by YCSB client.

  • This class parse the schema information from a schema.xml document and create the table schema in the database accordingly.
  • This class parse the workload information from a workload.xml document and build the prepare statement accordingly

  • This interface expects a schema ...
  • All attributes are of type VARCHAR.
  • @author Meizhen Shi

*/

modified:

CoreWorkload: YCSB_PhoenixClient / core / src / main / java / com / yahoo / ycsb / workloads / CoreWorkload.java Modified to take schema and workload from external XML files, build prepared statement and workload accordingly and execute workload over HBase on server

use schema and workload XMLs in Phoenix_Test:

phoenixTest/src/

ycsb_phoenixclient's People

Contributors

adamhadani avatar allanbank avatar brianfrankcooper avatar ctasada avatar jananin avatar joaquincasares avatar johanoskarsson avatar lehmannro avatar lvca avatar maniksurtani avatar meizhen avatar minghan avatar nono avatar rsumbaly avatar ryanobjc avatar singhsiddharth avatar sudiptodas avatar tjake avatar toddlipcon avatar zlender avatar

Watchers

 avatar  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.