Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 03, 2015
  3. Nov 02, 2015
  4. Nov 01, 2015
  5. Oct 31, 2015
  6. Oct 30, 2015
  7. Oct 29, 2015
  8. Oct 28, 2015
Loading