4
Feat: add indexes to columns
Source: supabase/supabase#13772 · opened by @kiwicopple
Feature request
Is your feature request related to a problem? Please describe.
It would be great to be able to add an index to a column
Describe the solution you'd like
Perhaps a right-click > Add index > Sidebar / dialog?
Additional context
We need to consider a few more items:
• A user should be able to add a multi-index column somehow. [docs](
• A user should be able to choose the type of index: [docs](
• Eventually we need to support [all of the functionality]( of Postgres indexes, but I think the lowest hanging fruit is just a single-column index where they can choose between B-tree, Hash, GiST, SP-GiST, GIN and BRIN
Is your feature request related to a problem? Please describe.
It would be great to be able to add an index to a column
Describe the solution you'd like
Perhaps a right-click > Add index > Sidebar / dialog?
Additional context
We need to consider a few more items:
• A user should be able to add a multi-index column somehow. [docs](
• A user should be able to choose the type of index: [docs](
• Eventually we need to support [all of the functionality]( of Postgres indexes, but I think the lowest hanging fruit is just a single-column index where they can choose between B-tree, Hash, GiST, SP-GiST, GIN and BRIN
No pledges yet. Be the first to back this.
Comments
Similar requests
Add table-specific filtering to the Database Indexing page
2 votes · 0 comments
UI options for adding/managing indexed columns
6 votes · 0 comments
Add the ability to change the position of table columns
5 votes · 0 comments
Add ability to hide columns in Table Editor
7 votes · 0 comments
Enable table-based grouping/sorting for Database Management views
1 vote · 0 comments
No comments yet.