webui: display databases tab as an ERD #48418
Labels
A-sql-ui
Why is my query slow?
A-webui-queryperf
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
C-wishlist
A wishlist feature.
no-issue-activity
X-stale
The webui offers an excellent database tab:
You can drill down into any individual table to see its schema:
Unfortunately, you can't see how the tables relate to each other in one view. Instead, you need to remember the foreign key and other relationships.
It would be a much better experience if you could see an ERD instead:
This would allow you to remind yourself of the relationships between the tables before diving into a specific table. It's also a critical step in query performance debugging.
Jira issue: CRDB-4328
The text was updated successfully, but these errors were encountered: