Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add db change callback #34

Open
rockeet opened this issue Oct 18, 2018 · 0 comments
Open

Add db change callback #34

rockeet opened this issue Oct 18, 2018 · 0 comments

Comments

@rockeet
Copy link
Member

rockeet commented Oct 18, 2018

In rocksdb, add a callback for db to notify db changes to application.

For example, in MyRocks, if MyRocks storage engine has states, and these states is used as cache for some metadata.

In distributed MyRocks, slave node read wal-log to sync master's change on db, thus the states for metadata cache may be staled. By db-change callback, these states can be updated.

This can also be implemented by slaver's wal-log syncer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant