Skip to content
Snippets Groups Projects
  1. Mar 22, 2018
  2. 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
  3. Oct 02, 2017
  4. Oct 01, 2017
  5. Sep 22, 2017
  6. Sep 21, 2017
  7. Sep 16, 2017
  8. Sep 09, 2017
  9. Aug 09, 2017
  10. Aug 07, 2017
  11. Aug 04, 2017
  12. May 19, 2017
  13. Mar 17, 2017
  14. Feb 07, 2017
  15. Feb 06, 2017
  16. Feb 02, 2017
  17. Dec 16, 2016
  18. Dec 02, 2016
  19. Nov 18, 2016
  20. Oct 31, 2016
  21. Oct 25, 2016
  22. Oct 20, 2016
  23. Sep 30, 2016
  24. Sep 27, 2016
  25. Sep 26, 2016
  26. Aug 31, 2016
  27. Aug 29, 2016
  28. Aug 01, 2016
  29. Jul 19, 2016
  30. Jun 30, 2016
  31. Jun 22, 2016
  32. Jun 21, 2016
Loading