1. 13 11月, 2016 3 次提交
  2. 12 11月, 2016 1 次提交
  3. 11 11月, 2016 5 次提交
  4. 10 11月, 2016 6 次提交
  5. 09 11月, 2016 5 次提交
  6. 08 11月, 2016 6 次提交
  7. 06 11月, 2016 2 次提交
    • A
      Java API - Implement GetFromBatch and GetFromBatchAndDB in WBWI · 24bceb09
      Adam Retter 提交于
      Summary:
      Needed for working with `get` after `merge` on a WBWI.
      Closes https://github.com/facebook/rocksdb/pull/1093
      
      Differential Revision: D4137978
      
      Pulled By: yhchiang
      
      fbshipit-source-id: e18d50d
      24bceb09
    • A
      Insert range deletion meta-block into block cache · 815f54af
      Andrew Kryczka 提交于
      Summary:
      This handles two issues: (1) range deletion iterator sometimes outlives
      the table reader that created it, in which case the block must not be destroyed
      during table reader destruction; and (2) we prefer to read these range tombstone
      meta-blocks from file fewer times.
      
      - Extracted cache-populating logic from NewDataBlockIterator() into a separate function: MaybeLoadDataBlockToCache()
      - Use MaybeLoadDataBlockToCache() to load range deletion meta-block and pin it through the reader's lifetime. This code reuse works since range deletion meta-block has same format as data blocks.
      - Use NewDataBlockIterator() to create range deletion iterators, which uses block cache if enabled, otherwise reads the block from file. Either way, the underlying block won't disappear until after the iterator is destroyed.
      Closes https://github.com/facebook/rocksdb/pull/1459
      
      Differential Revision: D4123175
      
      Pulled By: ajkr
      
      fbshipit-source-id: 8f64281
      815f54af
  8. 05 11月, 2016 2 次提交
  9. 04 11月, 2016 3 次提交
  10. 03 11月, 2016 1 次提交
  11. 02 11月, 2016 3 次提交
  12. 01 11月, 2016 3 次提交