Skip to content
Jim Fulton edited this page Nov 29, 2021 · 3 revisions
  • Use a bloom filter to limit invalidations
  • Async or Hybrid async+threafs.
  • Support using a key-value store, like Big Table or HBase to store historical records.
  • Expire locks held too long.
  • Allow combining vote and finish when there is only one DB. This would allow us to skip creating a temporary file and possibly allow greater commit throughput.
Clone this wiki locally