Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Table filter for databases with ridiculous number of tables #784

Open
Allam76 opened this issue May 17, 2024 · 0 comments
Open

FEAT: Table filter for databases with ridiculous number of tables #784

Allam76 opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Allam76
Copy link

Allam76 commented May 17, 2024

Is your feature request related to a problem? Please describe.
I'm thinking of writing a plugin for SAP. SAP is fully backward compatibly so a monster of legacy tables. The SAP database has at least 200K of them Same for views. A user gets drowned in tables, most of them just noise. On top, it's not great performance to select all these tables.

JDBC has the option of a database filter condition and that hence exists in dbeaver.

Describe the solution you'd like
The simple solution would be a multi filter condition on the table view that refreshes on the backend when the user changes it.
Similar to what dbeaver has.

Describe alternatives you've considered
The best solution would be to use a perspective where the user adds the tables, views and columns he is interested in from a selection dialog of some sort. Then he could work only with that.

@janproch janproch added the enhancement New feature or request label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants