Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dictionary FixedString as key column data type. #39852

Open
UnamedRus opened this issue Aug 3, 2022 · 0 comments
Open

Dictionary FixedString as key column data type. #39852

UnamedRus opened this issue Aug 3, 2022 · 0 comments
Labels

Comments

@UnamedRus
Copy link
Contributor

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.

@filimonov filimonov added the comp-dictionary Dictionaries label Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants