Skip to content
Snippets Groups Projects
  1. Oct 15, 2015
  2. Oct 14, 2015
  3. Oct 13, 2015
  4. Oct 10, 2015
  5. Oct 09, 2015
  6. Oct 07, 2015
    • Robert J. Moore's avatar
      [mongodb] Add mongodb.upsert configuration option. · 7e04261d
      Robert J. Moore authored
      Added a configuration option (mongodb.upsert) to control if the driver
      performs inserts or upserts operations for the DB.insert() method.
      Defaults to doing inserts.
      
      Note: Change in behavior from previous versions that performed upserts
      for non-batched DB.insert() operations.
      
      Fixes #400.
      7e04261d
  7. Oct 06, 2015
  8. Sep 28, 2015
  9. Sep 24, 2015
  10. Sep 21, 2015
  11. Sep 18, 2015
  12. Sep 16, 2015
  13. Sep 11, 2015
    • Sean Busbey's avatar
      [core] Merge Pull Request #371 from 'YCSB-hdr-default/master' · d6f1eae5
      Sean Busbey authored
      - *incompatible* Default measurement changed from histogram to hdrhistogram
        Users who want previous behavior can set the 'measurementtype' property to 'histogram'
      
      - *incompatible* Reported 95th and 99th percentile latencies now in microseconds (previously in milliseconds)
      
      Conflicts:
      	core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurementHdrHistogram.java
      
      closes #371
      d6f1eae5
Loading