作者: 韩晨旭 10225101440 李畅 10225102463
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

23 rindas
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