- Jun 03, 2019
-
-
Hobo Chen authored
-
- Jun 01, 2019
-
-
Patrick Stuedi authored
* Adding support for Apache Crail (crail.apache.org) * Adding Crail benchmark source and README * Cleaning white space * Fixing CrailClient::read - Thanks @pepperjo * Moving classes to Crail specific package * Use a Logging framework instead of System.out * 1) Make binding respect configuration of table name 2) Add new benchmark parameter 'crail.enumeratekeys'
-
- Apr 25, 2019
-
-
leschekhomann authored
-
Andrey Elenskiy authored
Allows to run asynchbase against hbase2
-
Flint Dominic authored
-
isuntsov authored
* Changed Apache Ignite version * Minor documentation fix
-
- Apr 23, 2019
-
-
Anthony Voellm aka Tony the P3rfguy authored
* Updating Cosmos DB to the latest driver and removing flags for features that are no longer used. For examply myid was needed when id only supported hash lookup. Now id supports range index so scan can be handled. * Updating version
-
- Apr 19, 2019
-
-
Anthony Voellm aka Tony the P3rfguy authored
* Removing deprecated driver. Tracked in issue https://github.com/brianfrankcooper/YCSB/issues/1269 * Cause rebuild
-
- Nov 27, 2018
-
-
Anthony Voellm aka Tony the P3rfguy authored
* Adding Azure Cosmos Driver. Still some improvements to make like automatically creating the YCSB database and usertable collection. But this does bring in the all the latest SDKs / etc.
-
- Nov 20, 2018
-
-
Florian authored
[orientdb] fixed issue #1045, updated to orientdb version 2.2.37, added an example for remote connection
-
- Aug 15, 2018
-
-
ChenXiaosheng authored
-
- Jul 30, 2018
-
-
Sean Busbey authored
-
- Jul 28, 2018
-
-
Sean Busbey authored
-
- Jul 15, 2018
-
-
Jun-Seok Heo authored
-
- Jul 09, 2018
-
-
Mark authored
* updated ArangoDB binding (Java driver 4.4.1) * Add deprecation warning for binding 'arangodb3'
-
Ilya Suntsov authored
Closes #1118 Closes #1165 Co-authored-by:
Sergey Puchnin <spuchnin@gridgain.com> Co-authored-by:
Taras Ledkov <tledkov@gridgain.com> Co-authored-by:
Oleg Ostanin <oostanin@gridagin.com>
-
- Jul 06, 2018
-
-
Adam Retter authored
-
- Jun 13, 2018
-
-
Christopher Tubbs authored
-
- May 23, 2018
-
-
Sean Busbey authored
-
- May 21, 2018
-
-
Sean Busbey authored
-
- May 19, 2018
-
-
Sean Busbey authored
-
Jens Ehlers authored
-
- May 18, 2018
-
-
Misha Brukman authored
-
Todd Lipcon authored
* Make Kudu buffer size configurable * update to latest client and avoid string encoding * support using multiple KuduClient instances
-
- May 11, 2018
-
-
Igor Bernstein authored
-
Rohan Jayaraj authored
* Adding MapR Binary & JSON YCSB Clients * MapR binaries will be picked from the classpath
-
stutiredboy authored
* update mongodb-java-driver to latest 3.6.3 * add snappy for mongodb networkCompressor support
-
- Mar 22, 2018
-
-
Sean Busbey authored
-
Sean Busbey authored
-
- Mar 19, 2018
-
-
Clemens Lieb authored
* [core] Drop JDK 7 Support Sets compiler target to 1.8 Additionally removes openjdk7 from travis build-matrix Fixes #1033 Additionally includes lexicographic reordering of binding-dependency properties in root pom * [core] introduce baseclass for timeseries database bindings This base-class parses the queries generated by TimeSeriesWorkload into a format that's usable for simple consumption. The format has been defined through the work done by Andreas Bader (@baderas) in https://github.com/TSDBBench/YCSB-TS. * [core] parse debug and test properties for all Timeseries databases * [core] Add method to define possible tagKeys for Timeseries Workloads Some TimeSeries Databases require a "schema" up front. To generate said schema, the tag keys used by the workload are required. This method should be centrally available for maintainability * [core] Provide default implementation for operation TimeSeries databases only rarely support deleting data. As such we can generally assume the operation to always return a Status.NOT_IMPLEMENTED. Similarly to updating that trivial implementation does not need to be repeated in every TimeSeriesDatabase implementation * [core] Address review This adds a copyright header and significant amounts of javadoc for TimeseriesDB Furthermore occurrences of Long have been largely replaced with the primitive long Finally an overload for signed integer values has been added for insertions
-
- Oct 02, 2017
-
-
Robert Kubis authored
-
- Oct 01, 2017
-
-
Sean Busbey authored
[accumulo, accumulo1.6, accumulo1.7, accumulo1.8] switch Accumulo to minor version specific bindings. * break out accumulo modules * add deprecation warning * switch travis to use short hostname to get around long hostname error.
-
- Sep 22, 2017
-
-
Sean Busbey authored
-
- Sep 21, 2017
-
-
Sean Busbey authored
-
Sean Busbey authored
* remove mapkeeper and voldemort from command help, since we don't build them * fix ordering of modules in root pom closes #328
-
- Sep 16, 2017
-
-
Kevin Risden authored
* Add oraclejdk9 to .travis.yml * Upgrade maven-compiler-plugin * Exclude jdk.tools from hadoop dependency
-
- Sep 09, 2017
-
-
Sean Busbey authored
* Set minimum maven version to 3.1.0+, due to reqs for ES testing * remove oracle jdk7 per travis-ci/travis-ci#7884 * Skip ES5 cluster spin-up if tests are skipped. * Increase test heap for asynchbase binding from Travis 2048m to 4096m - https://docs.travis-ci.com/user/build-environment-updates/2017-09-06/ * temporarily remove the riak service on travis - currently fails w/o details - http://docs.basho.com/ fails to load, so I can't spin up a test node locally.
-
- Aug 09, 2017
-
-
Robert Kubis authored
Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
Jason Tedor authored
This commit removes an unrelated POM change for the original (Elasticsearch 2) binding.
-
- Aug 07, 2017
-
-
Jason Tedor authored
This commit bumps the Elasticsearch dependency version of the Elasticsearch 5 binding to version 5.5.1.
-