Skip to content

support huge number of tables #837

Description

@eug3nix

Currently pgmanage becomes slow/unresponsive when the database contains several thousands of tables.
There are several areas to improve:

  1. Optimize get_database_meta to load all column data in bulk
  2. Optimize database tree node insertion (also do in bulk instead of one by one)
  3. Maybe optimize autocomplete initialization when loading huge dataset.

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions