作者: 韩晨旭 10225101440 李畅 10225102463
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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