作者: 韩晨旭 10225101440 李畅 10225102463
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

22 linhas
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