You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, recovery from disk and continuous checkpoint is not fully supported, write-ahead logs may missing or incorrect, and tests are needed to guarantee the correctness. The goal of this TODO list is to make the project:
Resilient, feel confident to be used in production
Efficient: especially for read-mostly workloads
User-friendly: easy to integrate, for example, as a storage extension to Redis, MongoDB, PostgreSQL, MySQL
You can join the slack workspace for discussion, any help is welcomed and appreciated!
Logging and recovering
Recover from btree merge
Recover from BasicKV remove/update/insert
Remove transaction-related fields from BasicKV wal entries
I'm also interested in this project & I also want to participate in it. But I'm a rookie in this field. I wish we could have more discussion about this.
Goals
Currently, recovery from disk and continuous checkpoint is not fully supported, write-ahead logs may missing or incorrect, and tests are needed to guarantee the correctness. The goal of this TODO list is to make the project:
You can join the slack workspace for discussion, any help is welcomed and appreciated!
Logging and recovering
MVCC Transaction and concurrency control
Tests
Checks
Usability
Misc
The text was updated successfully, but these errors were encountered: