Skip to content
Snippets Groups Projects
  1. Feb 01, 2020
  2. Jun 03, 2019
  3. Apr 25, 2019
  4. Nov 08, 2018
  5. Jul 15, 2018
  6. Jul 09, 2018
  7. Mar 19, 2018
    • Clemens Lieb's avatar
      [core] changes to enable folding YCSB-TS back into YCSB (#1095) · 2218649a
      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
      2218649a
  8. Oct 01, 2017
  9. Sep 16, 2017
  10. Sep 09, 2017
  11. Sep 30, 2016
  12. Apr 14, 2016
  13. Apr 13, 2016
    • nygard_89's avatar
      [travis] Added Riak service for testing purposes. · d2091759
      nygard_89 authored
      [riak] Added test unit.
      [riak] Set eventual consistency as default in both README.md and riak.properties file, as strong consistency it's not the main model adopted by the db (check http://docs.basho.com/riak/kv/2.1.4/developing/app-guide/strong-consistency/ for further info).
      [riak] Fixed getFields() function by transforming it into createResultHashMap(). This function creates the HashMap to give as result appropriately.
      [riak] Removed scan transaction support for strong consistency model. 2i search is not allowed for this model, neither there is a suitable search mean to use to achieve a proper scan transaction.
      [riak] Done minor fixes to code and comments.
      d2091759
  14. Apr 12, 2016
  15. Oct 14, 2015
  16. Aug 16, 2015
  17. Jun 06, 2015
  18. Mar 16, 2014
Loading