1. 17 4月, 2014 8 次提交
  2. 16 4月, 2014 15 次提交
  3. 15 4月, 2014 14 次提交
  4. 12 4月, 2014 3 次提交
    • S
      db_bench: add a mode to operate multiple DBs · d5e087b6
      sdong 提交于
      Summary: This patch introduces a new parameter num_multi_db in db_bench. When this parameter is larger than 1, multiple DBs will be created. In all benchmarks, any operation applies to a random DB among them. This is to benchmark the performance of similar applications.
      
      Test Plan: run db_bench on both of num_multi_db=0 and more.
      
      Reviewers: haobo, ljin, igor
      
      Reviewed By: igor
      
      CC: igor, yhchiang, dhruba, nkg-, leveldb
      
      Differential Revision: https://reviews.facebook.net/D17769
      d5e087b6
    • I
      Don't shadow in ColumnFamilyDescriptor · 30aff72f
      Igor Canadi 提交于
      30aff72f
    • L
      make corruption_test:CompactionInputErrorParanoid deterministic · eba3fc64
      Lei Jin 提交于
      Summary:
      it writes ~10M data, default L0 compaction trigger is 4, plus 2 writer
      buffer, so that can accommodate ~6M data before compaction happens for
      sure. I guess encoding is doing a good job to shrink the data so that
      sometime, compaction does not get triggered. I get test failure quite
      often.
      
      Test Plan: ran it multiple times and all got pass
      
      Reviewers: igor, sdong
      
      Reviewed By: sdong
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17775
      eba3fc64