mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update docs/en/sql-reference/statements/create/table.md
This commit is contained in:
parent
5de010ddda
commit
b68bc3d3d7
@ -515,7 +515,7 @@ ENGINE = MergeTree ORDER BY x;
|
||||
## Temporary Tables
|
||||
|
||||
:::note
|
||||
Please note that on ClickHouse Cloud, temporary tables are not replicated. As a result, there is no guarantee that data inserted into a temporary table will be available in other replicas. The primary use case where temporary tables can be useful in ClickHouse Cloud is for querying or joining small external datasets during a single session.
|
||||
Please note that temporary tables are not replicated. As a result, there is no guarantee that data inserted into a temporary table will be available in other replicas. The primary use case where temporary tables can be useful is for querying or joining small external datasets during a single session.
|
||||
:::
|
||||
|
||||
ClickHouse supports temporary tables which have the following characteristics:
|
||||
|
Loading…
Reference in New Issue
Block a user