- Oct 11, 2019
-
-
Sean Busbey authored
* add project url, license, and developer section to pom * add distribution information to pom. * add source, javadoc, and signing plugins
-
Sean Busbey authored
closes #1362
-
- Sep 20, 2019
-
-
Sean Busbey authored
-
- Sep 19, 2019
-
-
Sean Busbey authored
-
Sean Busbey authored
-
- Sep 17, 2019
-
-
David Rolfe authored
Add binding based on MIT licensed client version for VoltDB
-
- Sep 09, 2019
-
-
Sean Busbey authored
-
- Sep 07, 2019
-
-
seybi87 authored
* changed the url splitting delimiter from , to ; to enable fail-over connection strings for JDBC * included jdbc cluster connection strings in README Co-authored-by:
Sean Busbey <sean.busbey@gmail.com>
-
Kowsar Atazadeh authored
If the JDBC connection string is MsSQL, then change our SQL dialect to something MsSQL can use.
-
adally authored
Fixes #1176
-
adally authored
Fixes #1212 we can't use '-p durability=false' to disable durability. Instead it worked when I used '-p durability=SKIP_WAL'.
-
- Aug 19, 2019
-
-
Robert S Lee authored
fix formatting issues showing in the re-writing batched insert `db.url` example box
-
- Jun 14, 2019
-
-
Apache9 authored
[hbase10] Use Admin.tableExists instead of Table.getTableDescriptor to test whether the table exists, as the latter has been removed on master branch (#1315)
-
- Jun 03, 2019
-
-
Sean Busbey authored
-
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
-