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

[Docs] Ordering of entries in the "Indexes and Constraints" section in explore #11606

Closed
rkarthik007 opened this issue Feb 28, 2022 · 1 comment · Fixed by #11660
Closed

[Docs] Ordering of entries in the "Indexes and Constraints" section in explore #11606

rkarthik007 opened this issue Feb 28, 2022 · 1 comment · Fixed by #11660
Assignees
Labels
area/documentation Documentation needed

Comments

@rkarthik007
Copy link
Collaborator

Description

Wanted to fix the ordering to be more “most important & common” to “most advanced” order.

Could we change the order to the following:

  • Primary Keys
  • Foreign Keys
  • Overview --> Secondary Indexes (needs rename)
  • Unique Indexes (this needs to have the UNIQUE CONSTRAINT content also, there is no difference between the two in YB)
  • Partial Indexes
  • Expression Indexes
  • Generalized Inverted Indexes --> GIN Indexes
  • Other Constraints --> CHECK, NOT NULL Constraints

cc @ymahajan - fyi

@ymahajan
Copy link
Contributor

We can slice to following sections as well.

  • Multi-column indexes
  • Covering indexes
  • Prefix indexes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Documentation needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants