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.

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