You can apply this patch on YCSB to test out Phoenix with variable number of VARCHAR fields as well as test out combination of single/multiple CFs, compression and salt buckets. See usage details here <https://github.com/mujtabachohan/YCSB/blob/2bcad91e2f6fd9c6041931fe9a423c0564201dc9/phoenix/src/main/java/com/yahoo/ycsb/db/PhoenixCreateTable.java>.
You can also use Pherf <https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=tree;f=phoenix-pherf;h=661c6ec623946241e9799f1a11cb8547bfc43ddf;hb=refs/heads/4.x-HBase-0.98> which is a Phoenix specific performance test suite that uses XML scenario to define how synthetic data is generated and queried. It's launcher scripts are in phoenix/bin directory. HTH On Fri, Feb 19, 2016 at 9:54 AM, Gaurav Kanade <gaurav.kan...@gmail.com> wrote: > Hi All > > I am relatively new to Phoenix and was working on some performance > tuning/benchmarking experiments and tried to search online for whether > there exists YCSB client to go through Phoenix. > > I came across this https://github.com/brianfrankcooper/YCSB/pull/178 and > some related links but it seems this didnt seem to have moved forward. > > Could someone help me know where to look for the latest status on this ? > Does there exist an easy way to test Phoenix via YCSB and if not what are > the other existing options? > > Best, > Gaurav > > >