mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 05:03:20 +00:00
52 lines
616 B
Markdown
52 lines
616 B
Markdown
|
# EngineName
|
||
|
|
||
|
- What the engine does.
|
||
|
- Relations with other engines if they exist.
|
||
|
|
||
|
## Creating a Table
|
||
|
|
||
|
```
|
||
|
Syntax codeblock
|
||
|
```
|
||
|
|
||
|
**Engine Parameters**
|
||
|
|
||
|
**Query Clauses**
|
||
|
|
||
|
|
||
|
## Virtual columns
|
||
|
|
||
|
If they exist.
|
||
|
|
||
|
## Specifics and recommendations
|
||
|
Algorithms
|
||
|
Specifics of read/write processes
|
||
|
Examples of tasks
|
||
|
Recommendations for usage
|
||
|
Specifics of data storage
|
||
|
|
||
|
## Usage Example
|
||
|
|
||
|
The example must show usage and/or a use cases. The following text contains recommended parts of an example.
|
||
|
|
||
|
Input table:
|
||
|
|
||
|
```text
|
||
|
```
|
||
|
|
||
|
Query:
|
||
|
|
||
|
```sql
|
||
|
```
|
||
|
|
||
|
Result:
|
||
|
|
||
|
```text
|
||
|
```
|
||
|
|
||
|
Any text clarifying the example.
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
- [link](#)
|