1. 17 4月, 2014 2 次提交
  2. 16 4月, 2014 15 次提交
  3. 15 4月, 2014 14 次提交
  4. 12 4月, 2014 6 次提交
  5. 11 4月, 2014 3 次提交
    • K
      Use shorten index key for hash-index · e23e73e6
      Kai Liu 提交于
      Summary:
      I was wrong about the "index builder", right now since we create index
      by scanning both whole table and index, there is not need to preserve
      the whole key as the index key.
      
      I switch back to original way index which is both space efficient and
      able to supprot in-fly construction of hash index.
      
      IN this patch, I made minimal change since I'm not sure if we still need
      the "pluggable index builder", under current circumstance it is of no use
      and kind of over-engineered. But I'm not sure if we can still exploit its
      usefulness in the future; otherwise I think I can just burn them with great
      vengeance.
      
      Test Plan: unit tests
      
      Reviewers: sdong, haobo
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17745
      e23e73e6
    • I
      No shadow in public headers · b3d7435b
      Igor Canadi 提交于
      b3d7435b
    • K
      Temporarily disable a test case in db_test · 1405232b
      Kai Liu 提交于
      Summary:
      
      Root cause is still under investigation. Just Disable the troubling use case for now.
      1405232b