Skip to content
Snippets Groups Projects
  1. Aug 05, 2017
  2. Jan 31, 2017
  3. Mar 08, 2016
  4. Jan 23, 2016
  5. Dec 31, 2015
  6. Dec 27, 2015
  7. Nov 05, 2015
    • Stanley Feng's avatar
      [dynamodb] Some minor styling fix. · 1238a4f8
      Stanley Feng authored
      1238a4f8
    • Stanley Feng's avatar
      [dynamodb] Add HASH_AND_RANGE primary key type · 36d18d42
      Stanley Feng authored
      Extend the dynamoDB client to support the HASH_AND_RANGE primary key
      type. The default primary key type remains exactly the same as before:
      HASH type. And the default behavior and processing logic also remains
      exactly the same as before.
      
      What's added is the support to benchmark a primary key type called
      HASH_AND_RANGE which is one of two supported primary key types of
      DynamoDB. Knowing the performance characteristics of the HASH_AND_RANGE
      key is important for some users because that's the only practical way
      for them to get strongly consistent query across multiple items.
      
      See documentation in conf/dynamodb.properties for more details.
      36d18d42
  8. Nov 03, 2015
    • Connor McCoy's avatar
      StatusCode -> Status · 5113c2e3
      Connor McCoy authored
      Replaces numeric status codes with a canonical set of Status objects,
      each with a short name and description.
      Bindings with more specific errors (e.g., timeouts) return additional
      statuses.
      
      This changes the default output from messages like:
      
         [UPDATE], Return=0, 511
      
      To:
      
         [UPDATE], Return=OK, 511
      5113c2e3
  9. Aug 07, 2015
  10. Oct 22, 2012
  11. Aug 14, 2012
Loading