-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Organizing rocksdb/db directory #5390
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
It is beyond this PR but the next natural sub-dir might be things related to WAL: log_reader, log_writer, transaction_log_impl and wal_manager.
Another would be version related. version_* and table_cache.
If we want to do even further, those write related thing can go together too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@siying has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vjnadimpalli has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@vjnadimpalli merged this pull request in 49c5a12. |
Summary: Pull Request resolved: facebook#5390 Differential Revision: D15579388 Pulled By: vjnadimpalli fbshipit-source-id: 5bfc95e31554b8ff05b97b76d6534113f527f366
Summary: Pull Request resolved: facebook/rocksdb#5390 Differential Revision: D15579388 Pulled By: vjnadimpalli fbshipit-source-id: 5bfc95e31554b8ff05b97b76d6534113f527f366 Signed-off-by: Changlong Chen <levisonchen@live.cn>
Summary: Pull Request resolved: facebook/rocksdb#5390 Differential Revision: D15579388 Pulled By: vjnadimpalli fbshipit-source-id: 5bfc95e31554b8ff05b97b76d6534113f527f366 Signed-off-by: Changlong Chen <levisonchen@live.cn>
No description provided.