- 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
-
- 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 25, 2018
-
-
Helen H.W. Chan authored
-
- Jun 13, 2018
-
-
Sean Busbey authored
-
Christopher Tubbs authored
-
Christopher Tubbs authored
-
- May 23, 2018
-
-
Sean Busbey authored
-
Chris Larsen authored
the command line, thus leaving the YCSB version on the same line. (cherry picked from commit 88ffdbbb8f4efd49a710c3602d16cdb9f8b37a14)
-
Chris Larsen authored
a configuration option to print out the histogram buckets and default to NOT printing out the buckets. (cherry picked from commit 46933b1d1cf9253d532c087d8d58e0046d4d0ebd)
-
Xing Lin authored
* Remove unnecessary getObjectMetadata() from getS3ObjectAndMetadata() ObjectMetadata is available from S3Object.getObjectMetadata(). We don't need to send a separate GetObjectMetadata Request (an HTTP HEAD request), in order to get the metadata. This will double performance for read workloads. Signed-off-by:
Xing Lin <Xing.Lin@netapp.com> * Remove one unused import to pass style check. Signed-off-by:
Xing Lin <xing.lin@netapp.com> (cherry picked from commit 381aaebc83476e1d1c844f6db207f336bea4f8c6)
-
- May 21, 2018
-
-
Sean Busbey authored
-
Sean Busbey authored
-
- May 20, 2018
-
-
Robert Pang authored
* Optimize PreparedStatement lookup by looking up by field set and avoiding building the query string unless the statement has not been prepared. * Add tests for update, delete and prepared statements. * fix logger calls * Credit to @haaawk for incorporating some of the feedback
-
allanbank authored
[code] update slf4j-api to 1.7.25
-
- 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
-
Kevin Risden authored
-
- 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
-
- Apr 19, 2018
-
-
Sean Busbey authored
- module previously had an undeclared dependency on guava - removed VisibleForTesting in favor of a comment - removed Preconditions.checkNotNull in favor of NPE through use closes #1136
-
- Mar 27, 2018
-
-
Dan Smith authored
* Geode 1.3 changed some of it's internals. The geode binding was using an internal Geode class which means it won't compile against later versions of geode. * Based on review comments, leaving the geode version alone and adding documentation to the README on how to change the version. * Removed incubating from the geode name and website in README, because geode is no longer incubating.
-
- Mar 26, 2018
-
-
Sean Busbey authored
-
- Mar 23, 2018
-
-
Ivan Sopov authored
-
Sean Busbey authored
[hbase098, hbase10, hbase14, hbase20] HBase client updates
-
- Mar 22, 2018
-
-
Sean Busbey authored
-
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
-
- Feb 06, 2018
-
-
El Dorado131 authored
When the TimeSeriesWorkload was run with fieldcount=1 and tagcount=1 and tagcardinality=1 the data generated always had the same timestamp. This commit fixes this behavior by forcing a tag rollover when there is only one tag. (#1091)
-
- Dec 02, 2017
-
-
hinchliff authored
-
- Oct 07, 2017
-
-
Sean Busbey authored
Switch Accumulo into multiple modules, one per minor release
-