1. 20 8月, 2014 1 次提交
  2. 12 8月, 2014 4 次提交
  3. 09 8月, 2014 4 次提交
  4. 08 8月, 2014 3 次提交
  5. 07 8月, 2014 7 次提交
  6. 06 8月, 2014 3 次提交
  7. 05 8月, 2014 1 次提交
  8. 02 8月, 2014 1 次提交
    • I
      Simplify SpatialIndexCursor · 5e3d5c5f
      Igor Canadi 提交于
      Summary:
      Since we have enough memory to hold all primary keys loaded from spatial index, it is better if we first load all of them (store them in unordered_set for deduplication) and then query on primary key column family one by one.
      
      We need to dedup all IDs, so we'll end up storing all of them in memory even with the current approach.
      
      Test Plan: ./spatial_db_test is happy
      
      Reviewers: yinwang
      
      Reviewed By: yinwang
      
      Subscribers: leveldb
      
      Differential Revision: https://reviews.facebook.net/D20949
      5e3d5c5f
  9. 01 8月, 2014 6 次提交
  10. 31 7月, 2014 10 次提交