Currently pgmanage becomes slow/unresponsive when the database contains several thousands of tables.
There are several areas to improve:
- Optimize get_database_meta to load all column data in bulk
- Optimize database tree node insertion (also do in bulk instead of one by one)
- Maybe optimize autocomplete initialization when loading huge dataset.
Currently pgmanage becomes slow/unresponsive when the database contains several thousands of tables.
There are several areas to improve: