ClickHouse/docs/dscr-templates/template-table-engine.md

50 lines
736 B
Markdown
Raw Normal View History

# EngineName {#enginename}
- What the engine does.
- Relations with other engines if they exist.
## Creating a Table {#creating-a-table}
Syntax codeblock
**Engine Parameters**
**Query Clauses**
## Virtual columns {#virtual-columns}
If they exist.
## Specifics and recommendations {#specifics-and-recommendations}
Algorithms
Specifics of read/write processes
Examples of tasks
Recommendations for usage
Specifics of data storage
## Usage Example {#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 {#see-also}
- [link](#)