作者: 谢瑞阳 10225101483 徐翔宇 10225101535
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

23 rader
598 B

  1. Before adding to chrome
  2. -----------------------
  3. - multi-threaded test/benchmark
  4. - Allow missing crc32c in Table format?
  5. Maybe afterwards
  6. ----------------
  7. ss
  8. - Stats
  9. - Speed up backwards scan (avoid three passes over data)
  10. db
  11. - Maybe implement DB::BulkDeleteForRange(start_key, end_key)
  12. that would blow away files whose ranges are entirely contained
  13. within [start_key..end_key]? For Chrome, deletion of obsolete
  14. object stores, etc. can be done in the background anyway, so
  15. probably not that important.
  16. api changes?
  17. - Efficient large value reading and writing
  18. Faster Get implementation