Table Editor Schema View - Collapse Partitioned Tables #30129
Unanswered
Akensio
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
View Issue With Partitioned Tables
It's currently difficult to view a database schema and traverse tables through the "Table Editor" when there's a partitioned table.
The search filter does help, but when working with multiple DBs and schemas and you don't remember the names by heart, it makes it difficult to overview the tables and the Table Editor becomes a bit useless.
Proposed Solution
Add a collapse button for partitioned tables in the Table Editor, collapsing all partitions of a table into a single row.
It might require more thought when looking at complex sub-partitions, but for now a single simple collapse is life-changing regardless of the partitioning schema.
Problem Demonstration
All reactions