[GH-ISSUE #3366] Expand tables or allow filter #1240

Open
opened 2026-03-07 21:01:33 +03:00 by kerem · 3 comments
Owner

Originally created by @Vormillion on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3366

We have Mysql database which contains 700+ tables.

  1. Is there a way to see all the tables after expand without a need to keep clicking Load More text? It takes ages to go to last table.
  2. When using search functionality, it searches only on expanded table names, so I won't find table xyz unless I will click Load More text until I'll find this table. Table filtering is not an option for me, I have multiple teams using shared connections so they mess up with table filters each other.
Originally created by @Vormillion on GitHub (Apr 8, 2025). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3366 We have Mysql database which contains 700+ tables. 1. Is there a way to see all the tables after expand without a need to keep clicking Load More text? It takes ages to go to last table. 2. When using search functionality, it searches only on expanded table names, so I won't find table xyz unless I will click Load More text until I'll find this table. Table filtering is not an option for me, I have multiple teams using shared connections so they mess up with table filters each other.
Author
Owner

@EvgeniaBzzz commented on GitHub (Apr 8, 2025):

Hi @Vormillion
Loading all metadata at once on every connection can take a significant amount of time, which will worsen the user experience. So a user have to expand a needed node first.

You can change the limit with core.navigation-tree.childrenLimit.

<!-- gh-comment-id:2785886585 --> @EvgeniaBzzz commented on GitHub (Apr 8, 2025): Hi @Vormillion Loading all metadata at once on every connection can take a significant amount of time, which will worsen the user experience. So a user have to expand a needed node first. You can change the limit with [core.navigation-tree.childrenLimit](https://github.com/dbeaver/cloudbeaver/wiki/Product-settings-navigation-tree).
Author
Owner

@Vormillion commented on GitHub (Apr 8, 2025):

What about search functionality on non-expanded tables?

<!-- gh-comment-id:2785891817 --> @Vormillion commented on GitHub (Apr 8, 2025): What about search functionality on non-expanded tables?
Author
Owner

@EvgeniaBzzz commented on GitHub (Apr 8, 2025):

Metadata search is a potential feature for us.
We'll discuss it. Thanks for the request 🦫

<!-- gh-comment-id:2786307517 --> @EvgeniaBzzz commented on GitHub (Apr 8, 2025): Metadata search is a potential feature for us. We'll discuss it. Thanks for the request :beaver:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1240
No description provided.