Skip to content

not found primary key metadata info #6703

Answered by sundy-li
hanyisong asked this question in Q&A
Discussion options

You must be logged in to vote

We do not support primary key (unique key) like MySQL.

But we support cluster key in fuse engine.

databend > desc system.tables;
+----------------------+-----------------+------+---------+-------+
| Field                | Type            | Null | Default | Extra |
+----------------------+-----------------+------+---------+-------+
| database             | VARCHAR         | NO   |         |       |
| name                 | VARCHAR         | NO   |         |       |
| engine               | VARCHAR         | NO   |         |       |
| cluster_by           | VARCHAR         | NO   |         |       |
| created_on           | VARCHAR         | NO   |         |       |
| dropped_on           |…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Xuanwo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants