作者: 韩晨旭@ArcueidType(Arcueid) 10225101440 李畅@wesley 10225102463 设计文档为PLAN.md,md版本报告为README.md,pdf版本报告为Report.pdf
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.

14 lines
361 B

  1. ss
  2. - Stats
  3. db
  4. - Maybe implement DB::BulkDeleteForRange(start_key, end_key)
  5. that would blow away files whose ranges are entirely contained
  6. within [start_key..end_key]? For Chrome, deletion of obsolete
  7. object stores, etc. can be done in the background anyway, so
  8. probably not that important.
  9. api changes:
  10. - Make it wrappable
  11. Faster Get implementation