mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
more troubleshooting
This commit is contained in:
parent
3794cb2d3f
commit
9b1d919110
@ -62,7 +62,7 @@ Collate is supported in [LowCardinality](../../../sql-reference/data-types/lowca
|
||||
|
||||
We only recommend using `COLLATE` for final sorting of a small number of rows, since sorting with `COLLATE` is less efficient than normal sorting by bytes.
|
||||
|
||||
### Collation Examples {#collation-examples}
|
||||
## Collation Examples {#collation-examples}
|
||||
|
||||
Example only with [String](../../../sql-reference/data-types/string.md) values:
|
||||
|
||||
|
@ -62,7 +62,7 @@ toc_title: ORDER BY
|
||||
|
||||
Рекомендуется использовать `COLLATE` только для окончательной сортировки небольшого количества строк, так как производительность сортировки с указанием `COLLATE` меньше, чем обычной сортировки по байтам.
|
||||
|
||||
### Примеры с использованием сравнения {#collation-examples}
|
||||
## Примеры с использованием сравнения {#collation-examples}
|
||||
|
||||
Пример с значениями типа [String](../../../sql-reference/data-types/string.md):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user