Skip to content
Snippets Groups Projects
  1. Sep 21, 2017
  2. Aug 05, 2017
  3. Nov 18, 2016
  4. Sep 30, 2016
  5. Sep 27, 2016
  6. Aug 31, 2016
  7. Aug 01, 2016
  8. Jul 03, 2016
  9. Jun 29, 2016
    • Windz's avatar
      logical error in decode() · 44660de7
      Windz authored
      When dataintegrity=true, no field values in passed to verifyRow() for verify and keep on getting error.
      44660de7
  10. Jun 21, 2016
    • Sean Busbey's avatar
      [version] update master to 0.11.0-SNAPSHOT. · 68dd10c1
      Sean Busbey authored
      68dd10c1
    • 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
  11. May 04, 2016
  12. Apr 28, 2016
    • Michael Nitschinger's avatar
      [couchbase2] Refactor scan operation. · 73e2b188
      Michael Nitschinger authored
      This changeset refactors the scan operation slightly, using a List
      with a predefined size (since we know it), as well as using the
      document ID directly for the response rather than doing full blown
      JSON decoding which is not needed.
      73e2b188
    • Michael Nitschinger's avatar
      [couchbase2] Better default settings. · 5b50c794
      Michael Nitschinger authored
      This changeset picks better default settings for the environment
      to make it less error-prone in cloud setups and in turn leads to
      easier usability.
      
      The changes made are:
      
        - queryEndpoints set from 5 to 1 by default since this is technically
          a leftover from earlier implementations. We now have a Bucket per
          Thread and since YCSB is sync anyways we only ever need one. Leaving
          it as an option since if we get async ops in the future we can utilize
          those.
      
        - socketConnectTimeout from 1s to 10s, especially in cloud environments
          socket timeouts are annoying and its better if we have higher defaults.
      
        - connectTimeout changed from 5s to 30s since the socket connect timeout
          is higher we also need to adjust this one.
      
        - kvTimeout changed from 2.5s to 10s so that under throughput saturation
          testing you don't get flooded with timeouts potentially. Note that it
          also makes for nicer output if you get "higher latencies" as part of
          the regular output and not in the error section.
      5b50c794
  13. Apr 14, 2016
  14. Apr 07, 2016
Loading