ClickHouse / ClickHouse/ClickHouse
Dictionary FixedString as key column data type.
Open
comp-dictionary
external
feature
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
**Use case**
Ability to use FixedString in dictionary key column.
**Describe the solution you'd like**
```
CREATE DICTIONARY dict (
key FixedString(3),
....
)
PRIMARY KEY key
....
There was an error on xxx: Code: 50. DB::Exception: Unknown type FixedString(3) for dictionary attribute.
```
**Describe alternatives you've considered**
Use String instead, but may be it's less efficient.
**Additional context**
> Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.