-
Notifications
You must be signed in to change notification settings - Fork 14
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
doc: describe schema reload implementation #317
doc: describe schema reload implementation #317
Conversation
2ce9fe6
to
e381557
Compare
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.
Thank you for the document! I left several comments, but in general it looks okay for me.
If you have thoughts how this code can be reorganized to be less intrusive and easier to understand, it is okay to include the ideas into the document as well.
1207c1d
to
099f6ab
Compare
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.
Thanks for the updates! You have added more details and now not everything looks obvious for me. So I take back my approve back and will continue to look into the document with you.
f37ffab
to
724604e
Compare
f6a4f9f
to
5061fe8
Compare
5061fe8
to
f707f65
Compare
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.
Thanks for the careful work!
This patch adds a small document describing how space and sharding schemas works in the module. It covers what schemas are, how we store, use and reload them in requests. Closes #253
f707f65
to
b7ca5c9
Compare
This patch adds a small document describing how space and sharding schemas works in the module. It covers what schemas are, how we store, use and reload them in requests.
I didn't forget about
Closes #253