-
Notifications
You must be signed in to change notification settings - Fork 1
Ideas
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.