-
Notifications
You must be signed in to change notification settings - Fork 82
Update the store format page #1421
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
Conversation
Roxling
left a comment
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.
In my opinion most of these changes should not be in the official documentation, as they add no value. There is a reason these things were put in a blog post. It is not the purpose of this page to get people over to block format and the examples provided should live in the documentation of the individual tools, as it was.
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
| === Creating new databases | ||
|
|
||
| There are several ways to create a new database in a specific store format: | ||
| The default store format for all new databases is `aligned`. |
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.
I still don't think this adds any value. But if you really want it, we can at least make a note that this may change in future versions
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.
Everything can change in future versions.
| [WARNING] | ||
| ==== | ||
| Incremental import is not supported for `block` format yet. | ||
| Incremental import does not support `block` format. |
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.
This functionality is currently being built. We should not forget to remove this note once it is supported
No description provided.