forked from brianfrankcooper/YCSB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changes
23 lines (22 loc) · 1.16 KB
/
changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* Fixes for Cassandra 0.7 client (tjake)
* New generator FileGenerator (nono)
* Fixes for MongoDB (nono)
* Fixes for Voldemort (nono)
* JDBC client (sudiptodas)
* HotspotIntegerGenerator (sudiptodas)
* Optimizing cassandra7 (joaquincasares)
* Mysql key fix (joaquincasares)
* Added a db plugin for Infinispan (maniksurtani)
* gh-31 Support to stop benchmark after a maximum specified elapsed time. (sudiptodas)
* gh-35 Cassandra0.8 support (joaquincasares)
* gh-30 IllegalArgumentException with MongoDB (m1ch1)
* gh-27 MongoDbClient was not working with non localhost URLs (arunxarun)
* gh-29 Add simple sharding capabilities for JDBC driver (kibab)
* gh-40 Merge Redis database interface layer (lehmannro)
* gh-42 Response latencies are measured in microseconds (mikewied)
0.1.3
* Voldemort binding (rsumbaly)
* HBase client improvements (ryanobjc)
* Fixes to Cassandra 0.7 binding (johanoskarsson, nickmbailey)
* Added an interface for exporting the measurements and a JSON implementation. It can write to both stdout and to a file (johanoskarsson)
* Other minor fixes (brianfrankcooper)