-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
- Tick database should be fast enough, use rocksdb until there is another better choice
- Tick store internal, bulk store or just linked list(key)
- bulk store: deterministic, flush periodic, write-ahead log(?), pick a bulk size fits rocksdb
- linked list: more simpler logic
Reactions are currently unavailable