- Nov 03, 2015
-
-
Connor McCoy authored
-
allanbank authored
[core] Fix the build post the #461 merge.
-
Robert J. Moore authored
-
allanbank authored
Add a new and optional measurement type called "RAW" which outputs every dat apoint of a run.
-
Connor McCoy authored
Add single definition of status codes
-
Connor McCoy authored
[jdbc] JDBC module fields fix
-
kruthar authored
-
kruthar authored
-
Stanley Feng authored
1. Use LinkedList rather than ArrayList for the measurement array in RAW. Update size estimation in documentation in workload_template. 2. Add a new composite measurement type which combines HdrHistogram and RAW. 3. Allow user to optionally disable output of summary stats from the raw measurement class.
-
Connor McCoy authored
Replaces numeric status codes with a canonical set of Status objects, each with a short name and description. Bindings with more specific errors (e.g., timeouts) return additional statuses. This changes the default output from messages like: [UPDATE], Return=0, 511 To: [UPDATE], Return=OK, 511
-
Connor McCoy authored
-
- Nov 02, 2015
-
-
Connor McCoy authored
[jdbc] added LIMIT to JDBC scan operation
-
Connor McCoy authored
Add posix compatibility to distribution.
-
allanbank authored
[accumulo] README.md for the Accumulo Binding.
-
allanbank authored
[cassandra] Checkstyle updates for the Cassandra bindings (cassandra …
-
allanbank authored
[aerospike] Checkstyle updates for Aerospike.
-
allanbank authored
[accumulo] Checkstyle cleanup and enforcement for the Accumulo binding.
-
Robert J. Moore authored
-
Elliott Clark authored
-
kruthar authored
This will ensure record ordering my the primary key.
-
kruthar authored
Now properly enforcing a scan of the given number of documents in the scan operation using the LIMIT modifier in the cached statement. Fixes #171.
-
- Nov 01, 2015
-
-
Robert J. Moore authored
-
Robert J. Moore authored
* Added a package-info.java. * Added JavaDoc for the binding's DB implementation.
-
Robert J. Moore authored
Again, a lot of whitespace changes and the normal checkstyle type errors. 2 items of note: 1. Deprecated QueueElement since it is not used. 2. Moved some of the exception handling to common locations to remove empty catch blocks.
-
- Oct 31, 2015
-
-
stfeng authored
Add a new and optional measurement type called "RAW" which outputs every dat apoint of a run.
-
-
Stanley Feng authored
Raw datapoint output is quite useful and important for two reasons: 1) Allows the user to do more thorough statistical analysis on the complete set of the data. 2) Using timestamps that are logged with raw data points, it becomes much easier to investigate and correlate latency outliers at the backend service.
-
stfeng authored
pull latest from master
-
stfeng authored
merge from YCSB to my fork
-
- Oct 30, 2015
-
-
Connor McCoy authored
[jdbc] added a README
-
kruthar authored
-
kruthar authored
Fixes #459
-
- Oct 29, 2015
-
-
Connor McCoy authored
Adds a Cassandra 2 CQL binding.
-
Connor McCoy authored
-
Connor McCoy authored
-
Connor McCoy authored
-
Connor McCoy authored
-
- Oct 28, 2015
-
-
Connor McCoy authored
[git] added standard intellij omissions to .gitignore
-
Connor McCoy authored
Add Kudu bindings
-
Jean-Daniel Cryans authored
-