Expand tables or allow filter #887

Open
opened 2026-03-04 11:14:20 -05:00 by deekerman · 3 comments
Owner

Originally created by @Vormillion on GitHub (Apr 8, 2025).

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). 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.

@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?

@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 🦫

@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#887
No description provided.