Skip to content
Snippets Groups Projects
  1. Aug 01, 2016
  2. Jul 31, 2016
  3. Jul 29, 2016
  4. Jul 22, 2016
  5. Jul 19, 2016
  6. Jul 12, 2016
  7. Jul 05, 2016
  8. Jul 04, 2016
  9. Jul 03, 2016
  10. Jul 01, 2016
  11. Jun 30, 2016
  12. Jun 29, 2016
  13. Jun 28, 2016
  14. Jun 27, 2016
  15. Jun 23, 2016
  16. Jun 22, 2016
  17. Jun 21, 2016
    • Sean Busbey's avatar
      [version] update master to 0.11.0-SNAPSHOT. · 68dd10c1
      Sean Busbey authored
      68dd10c1
    • Sean Busbey's avatar
      [scripts] Merge pull request #737 from cmatser/scripting · d4bf4e29
      Sean Busbey authored
      Shell scripts to run YCSB.
      d4bf4e29
    • Matt Ingenthron's avatar
      [couchbase2] Change query to use RAW and ORDER BY. · 5edb1d9e
      Matt Ingenthron authored
      Using RAW queries reduces overhead at cbq-engine on the cluster and
      reduces transport.  This in turn delivers lower latencies and thus
      higher throughput with YCSB's tight loops of requests.
      
      Adding an ORDER BY maintains strict correctness with the intended
      implementation of Workload E.  In this particular case, the
      ORDER BY is effectively a noop since the index in use is ordered
      anyway.
      
      The README for couchbase2 was also updated to reflect the simpler
      index creation which is possible with Couchbase Server 4.5.  Server
      4.5 automatically covers on the primary index so there is no need
      for the more complicated syntax unless using an older version.
      
      Note this change requires the 2.3.1 Couchbase Java SDK and its
      underlying core-io 1.3.1.  The core-io 1.3.1 adds a streaming
      parser for RAW results.
      5edb1d9e
Loading