-
Notifications
You must be signed in to change notification settings - Fork 12
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
flat storage layout #20
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.
One minor comment... otherwise, looks good.
docs/0006-flat-layout.md
Outdated
|
||
* The size of object IDs cannot exceed the maximum allowed directory name size (eg. 255 characters) | ||
* Object IDs cannot include characters that are illegal in directory names | ||
* Performance may degrade as the size of a repository increases because every object is a direct children of the storage root |
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.
typo/grammar: "...every object is a direct children of..." should be "...every object is a direct child of..."
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.
fixed
Flat storage layout extension that maps object ids directly to directory names. This extension has limited value outside of test use cases.