Update docs/en/sql-reference/statements/create/table.md

This commit is contained in:
Alexey Milovidov 2024-02-13 02:07:10 +01:00 committed by GitHub
parent 5de010ddda
commit b68bc3d3d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: