Skip to content

SHOW TAGS/EDGES;DESCRIBE Multiple queries to display Schema information problem #4057

Open
@GourdErwa

Description

@GourdErwa

SHOW TAGS/EDGES;
The command returns only the Name column. Description and data type columns do not need to be queried with the DESCRIBE EDGE follow; statement.

nebula> SHOW TAGS;
+------------+
| Name |
+------------+
| "player" |
| "star" |
| "team" |
+------------+

nebula> SHOW EDGES;
+------------+
| Name |
+------------+
| "follow" |
| "serve" |
+------------+

In the project, if the edge and point schema information in a space is displayed, multiple queries are required to display it completely.

Is there a related sentence that can get the result?

@see https://discuss.nebula-graph.com.cn/t/topic/7991

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    communitySource: who proposed the issuetype/feature reqType: feature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions