小组成员:姚凯文(kevinyao0901),姜嘉琪
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

22 行
541 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. db
  10. - Maybe implement DB::BulkDeleteForRange(start_key, end_key)
  11. that would blow away files whose ranges are entirely contained
  12. within [start_key..end_key]? For Chrome, deletion of obsolete
  13. object stores, etc. can be done in the background anyway, so
  14. probably not that important.
  15. api changes?
  16. - Efficient large value reading and writing
  17. Faster Get implementation