- May 03, 2016
-
-
Sean Busbey authored
[riak] Added a workaround to allow strong-consistent scan transactions.
-
- May 02, 2016
-
-
Chris Larsen authored
[bigtable] Bigtable uses 1ms granularity.
-
- May 01, 2016
-
-
Camilo Aguilar authored
Fixes #733
-
- Apr 30, 2016
-
-
Chris Larsen authored
[core] Add the Utils.getGCTotalTime() method for showing how long
-
- Apr 29, 2016
-
-
Chris Larsen authored
collector. This will allow greater insight into the generations. Now the client will emmit the stats for each collector at the end of run along with the totals.
-
Chris Larsen authored
the JVM spent in GC. It now prints the time and percent of time in the final output. Also fix cases where the garbage collector implementation returns -1 if the count or time isn't implemented.
-
Sean Busbey authored
[core] add operation tracing via Apache HTrace.
-
Kevin Risden authored
[scripts] Fix bin/ycsb for Python 2.6 and bin/ycsb check_output
-
Kevin Risden authored
-
- Apr 28, 2016
-
-
Sean Busbey authored
[geode] Update geode binding for v1.0.0-incubating.M2
-
Anthony Baker authored
-
Sean Busbey authored
-
- Apr 23, 2016
-
-
Sean Busbey authored
[elasticsearch] Return not found instead of error
-
Sean Busbey authored
[core] Add the "measurement.trackjvm" property to measure JVM statistics
-
- Apr 22, 2016
-
-
Sean Busbey authored
[core] Parallel run and string sort order
-
- Apr 21, 2016
-
-
danielpoltx authored
Conflicts: core/src/main/java/com/yahoo/ycsb/workloads/CoreWorkload.java fixed conflict, fixed extra spaces and space between methods
-
- Apr 20, 2016
-
-
danielpoltx authored
-
nygard89 authored
-
Sean Busbey authored
[kudu] Upgrade client dependency to Kudu 0.8.0
-
Jean-Daniel Cryans authored
-
nygard_89 authored
[riak] Moved the utility function createResultHashMap() to the utility class RiakUtils.java. [riak] Added riak.strong_consistent_scans_bucket_type property to riak.properties file to set the fake bucket-type name. [riak] Updated README.md with a guide on how to allow strong-consistent scan transactions.
-
Jason Tedor authored
This commit modifies the Elasticsearch client to return Status.NOT_FOUND when an operation fails because the document requested does not exist. This modifies the previous behavior which would return Status.ERROR in this case. This commit also moves the statements that would return Status.ERROR into the corresponding catch blocks so that it is clear that Status.ERROR is only being returned on error paths.
-
- Apr 19, 2016
-
-
Jean-Daniel Cryans authored
Kudu 0.8.0 deprecated how predicates were specified and introduced a more simple one.
-
Jean-Daniel Cryans authored
-
- Apr 18, 2016
-
-
Chris Larsen authored
when the status thread is enabled. This tracks the GC count, thread count, memory used and average system load (if implemented) over time as well as the max and min for each measurement at the end. Also, every run will now measure the total number of garbage collections from all pools.
-
Sean Busbey authored
[googledatastore] Update googledatastore API version to v1beta3.
-
yuyanting authored
-
- Apr 17, 2016
-
-
Sean Busbey authored
[asynchbase] Fix Netty library version issue that prevents it from
-
Chris Larsen authored
loading outside the unit tests.
-
Sean Busbey authored
[asynchbase] Add AsyncHBase as an alternative to the default HBase cl…
-
Chris Larsen authored
Note the Guava classes in the test directory for AsyncHBase. These are there as AsyncHBase uses Guava >= 18 while HBase and the mini cluster use Guava 12.
-
Sean Busbey authored
[core] Add an incrementing printable string generator.
-
- Apr 16, 2016
-
-
Chris Larsen authored
This will be used for #653 for databases that require keys or other values to use a limited character set. This generator will create a sequence of strings using a defined list of UTF code points from which to pull.
-
danielpoltx authored
Fixed nits suggested by @busbey
-
- Apr 15, 2016
-
-
Sean Busbey authored
[riak] Added new binding for Riak, based on the one created by Basho Technol…
-
Sean Busbey authored
[core] Add CoreWorkload.createOperationGenerator() for use in other w…
-
Sean Busbey authored
[couchbase2] Allow to log latency & runtime metrics.
-
nygard_89 authored
[riak] R, W, etc. options are ignored for strong-consistent updates. So, it's useless to specify them. [riak] Updated README.md with new considerations about benchmarks which use strong consistency model.
-
nygard89 authored
-
nygard_89 authored
-