DOCAPI-7443: Virtual columns docs update.#6382
Merged
BayoNet merged 16 commits intoClickHouse:masterfrom Aug 14, 2019
Merged
Conversation
blinkov
suggested changes
Aug 13, 2019
| The table engine (type of table) determines: | ||
|
|
||
| - How and where data is stored, where to write it to, and where to read it from. | ||
| - How and where data is stored, where to write it to, and from where to read it. |
Contributor
There was a problem hiding this comment.
I think original version was more correct
Contributor
Author
There was a problem hiding this comment.
Let the editor judge us :-)
|
|
||
| The most universal and functional table engines for high-load tasks. The common property of these engines is quick data insertion with subsequent data processing in the background. The `*MergeTree` engines support data replication, partitioning and other features not supported in other engines. | ||
|
|
||
| Engines of the family: |
Contributor
There was a problem hiding this comment.
replicated versions are worth to be mentioned explicitly here
| ## Engine families | ||
|
|
||
| For most serious tasks, you should use engines from the `MergeTree` family. | ||
| - `*MergeTree` |
Contributor
There was a problem hiding this comment.
I'd make those ### subheaders instead of just list items (so they'll be part of ToC)
| - [View](view.md) | ||
| - [Memory](memory.md) | ||
| - [Buffer](buffer.md) | ||
| - [ODBC](odbc.md) |
Contributor
There was a problem hiding this comment.
We should probably move ODBC/JDBC to "Integration engines" here and in toc_{en,ru,zh,fa}.yaml
|
|
||
| **See Also** | ||
|
|
||
| - [Virtual columns](index.md#table_engines-virtual_columns) |
Contributor
There was a problem hiding this comment.
Let's also add a link to Kafka docs explaining it's terminology?
Contributor
Author
There was a problem hiding this comment.
We have this link in the description part of engine docs.
Co-Authored-By: Ivan Blinkov <[email protected]>
Co-Authored-By: Ivan Blinkov <[email protected]>
Co-Authored-By: Ivan Blinkov <[email protected]>
Co-Authored-By: Ivan Blinkov <[email protected]>
Co-Authored-By: Ivan Blinkov <[email protected]>
Co-Authored-By: Ivan Blinkov <[email protected]>
…Net/ClickHouse into en-docs/DOCAPI-7443-virtual-columns
…CAPI-7443-virtual-columns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
For changelog. Remove if this is non-significant change.
Category (leave one):