Skip to content

Commit

Permalink
Backport warning
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 9, 2024
1 parent 5654104 commit 1964857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/archive/1.0/sql/expressions/collations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Collations provide rules for how text should be sorted or compared in the execut

By default, the `BINARY` collation is used. That means that strings are ordered and compared based only on their binary contents. This makes sense for standard ASCII characters (i.e., the letters A-Z and numbers 0-9), but generally does not make much sense for special unicode characters. It is, however, by far the fastest method of performing ordering and comparisons. Hence it is recommended to stick with the `BINARY` collation unless required otherwise.

> Warning Collation support in DuckDB is experimental with [several planned improvements](https://github.com/duckdb/duckdb/issues/604) and a [few known issues](https://github.com/duckdb/duckdb/issues?q=is%3Aissue+is%3Aopen+collation+).
> Warning Collation support in DuckDB has [some known limitations](https://github.com/duckdb/duckdb/issues?q=is%3Aissue+is%3Aopen+collation+) and has [several planned improvements](https://github.com/duckdb/duckdb/issues/604).
## Using Collations

Expand Down

0 comments on commit 1964857

Please sign in to comment.