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

Databases with a large number of partitions (100+) causes the console to freeze #9509

Open
vijayprasanna13 opened this issue Mar 21, 2023 · 3 comments
Assignees

Comments

@vijayprasanna13
Copy link
Contributor

vijayprasanna13 commented Mar 21, 2023

Version Information

Server Version: latest oss

Environment

OSS/Cloud/EE

What is the current behaviour?

Database schemas with lot of partitions causes the console UI to become unresponsive and throw alerts.

What is the expected behaviour?

The Manage Database section of the console should work as expected and list the untracked tables.

How to reproduce the issue?

  1. Track a database with 100+ partitions.
  2. Navigate to the Manage Database section (click on the database name on the nav tree).
  3. The UI becomes unresponsive while trying to load the list of untracked tables.

Any possible solutions/workarounds you're aware of?

  1. Hide the partitions while listing untracked tables in Manage Database section.
  2. Add pagination to the list of tables.

Keywords

console, performance, postgres

@manasag
Copy link
Contributor

manasag commented Jul 17, 2023

New UI that efficiently handle large schemas is now available in v2.29.

How to enable this feature?
Navigate to the Settings > Feature Flags part of the console and toggle the Enable new Table Tracking UI for Postgres & SQL Server feature flag to start using this feature.

@marionschleifer
Copy link
Contributor

Hey folks, we will give a short update on this in our community call this Thursday, 27th July at 9am PT, along with many other exciting feature updates 🎉 sign up here if you're interested.

@vijayprasanna13
Copy link
Contributor Author

Hey folks! We've added a new experimental version of the Data Tab to handle larger schemas. You can try it out starting from v2.33.0-beta.1 by enabling the feature flag. Please follow this discussion for more updates and do share your early feedback with us!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants