Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. May 03, 2016
  3. May 02, 2016
  4. May 01, 2016
  5. Apr 30, 2016
  6. Apr 29, 2016
  7. Apr 28, 2016
    • Sean Busbey's avatar
      Merge pull request #725 from metatype/master · d93bab5b
      Sean Busbey authored
      [geode] Update geode binding for v1.0.0-incubating.M2
      d93bab5b
    • Anthony Baker's avatar
    • Sean Busbey's avatar
      d1e9ca1c
    • 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
  8. Apr 23, 2016
  9. Apr 22, 2016
  10. Apr 21, 2016
  11. Apr 20, 2016
  12. Apr 19, 2016
  13. Apr 18, 2016
  14. Apr 17, 2016
  15. Apr 16, 2016
  16. Apr 15, 2016
Loading