- Jun 03, 2019
-
-
Sean Busbey authored
* #1249 missed headers when moving things out of Client.java * #1242 missed header on a properties file is added * #1286 missed header on the new pom file
-
Katsuhiko Nonomura authored
GridDB (https://github.com/griddb/griddb_nosql) is a highly scalable NoSQL database best suited for IoT and Big Data. Website: https://griddb.net/
-
Hobo Chen authored
-
Sean Busbey authored
-
- Jun 01, 2019
-
-
Aleksandar Irikov authored
-
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'
-
Alberto Bustamante Reyes authored
-
David Ferreira Quaresma authored
Fix docs to give correct default port
-
- Apr 25, 2019
-
-
Ivan Sopov authored
Method nextBuf is a clever hack that outperforms Random.nextBytes but performs poorly for all other ByteIterator implementations This commit moves it to RandomByteIterator and adds efficient toArray implementations for other ByteIterator classes. Also InputStreamByteIterator.reset method that unconditionally throws UnsupportedOperationException is fixed
-
leschekhomann authored
-
Andrey Elenskiy authored
Allows to run asynchbase against hbase2
-
Flint Dominic authored
-
isuntsov authored
* Changed Apache Ignite version * Minor documentation fix
-
Sean Busbey authored
-
- 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
fixing a bug in update.
-
Anthony Voellm aka Tony the P3rfguy authored
* Removing deprecated driver. Tracked in issue https://github.com/brianfrankcooper/YCSB/issues/1269 * Cause rebuild
-
Anthony Voellm aka Tony the P3rfguy authored
* Adding the ability to connect to Cassandra using SSL connections. * Cause rebuild * Cause rebuild * Refactoring the code as Stanley suggested.
-
- 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 23, 2018
-
-
Calin Iorgulescu authored
-
- Nov 20, 2018
-
-
Florian authored
[orientdb] fixed issue #1045, updated to orientdb version 2.2.37, added an example for remote connection
-
Andrey Elenskiy authored
Was set to hbase14 project.
-
Sean Busbey authored
[core] Handle merge conflicts for #117 and update it for newer bindings that reference field name prefix
-
Benson Margulies authored
-
- Nov 08, 2018
-
-
Sean Busbey authored
-
- Sep 12, 2018
-
-
dfquaresma authored
-
- Sep 08, 2018
-
-
Sean Busbey authored
-
- Sep 04, 2018
-
-
Sean Busbey authored
Conflicts: core/src/main/java/com/yahoo/ycsb/workloads/CoreWorkload.java doc/coreproperties.html hbase/src/main/java/com/yahoo/ycsb/db/HBaseClient.java
-
- Sep 03, 2018
-
-
liukun authored
-
- Aug 27, 2018
-
-
Robert S Lee authored
* [jdbc] support JDBC option to rewrite batch statement to multi-row insert batch statement int[] results = insertStatement.executeBatch() returns 1 for successful completion. when the batch statement is re-written to multi-row insert, SUCCESS_NO_INFO (-2) is returned instead. This change expands allowable results values to be 1 AND -2 * [jdbc] note on rewriting batch insert to multi-row
-
- Aug 19, 2018
-
-
allanbank authored
[mongodb] Update MongoDB driver to 3.8.0.
-
- Aug 16, 2018
-
-
Sean Busbey authored
closes #1204
-
- Aug 15, 2018
-
-
ChenXiaosheng authored
-
- Aug 13, 2018
-
-
isuntsov authored
* clarify steps and remove specific YCSB / ignite version numbers * closes #1213
-
- Jul 30, 2018
-
-
Sean Busbey authored
-
- Jul 28, 2018
-
-
Sean Busbey authored
-
- Jul 26, 2018
-
-
Sean Busbey authored
* Ignite bindings should always return Status.NOT_IMPLEMENTED for scans. * rename base test class so that JUnit won't try to run the scan test without an implementation * remove unneeded additional repository definition Closes #1183
-
Ilya Suntsov authored
Closes #1183 Closes #1189
-
- Jul 15, 2018
-
-
Jun-Seok Heo authored
-
Kevin Risden authored
-