guttormvik
Member²
Expanding tables directly after logging on takes at least 20s.
Doing a "select table_name from user_tables" returns 887 rows in 0.56 seconds, so it is not the db connection that is the problem.
Plyxon is using around 9% cpu while this is going on, so it looks like the issue is local.
If I expand & close some of the other ones, like trigger, packages, and then expand tables, it takes almost a minute.
Curiously, triggers, and only that, seems to be "loading"/built progressively.
It is not a big improvement, since I don't want to scroll around in it while it is changing.
After having opened and closed several of these, filter is really slow ( > 1 min) and removing the filter is even slower ( > 3 min)
Looks like the control you are using isn't suitable for a large number of entries.
Out of curiosity; What are you using?
Doing a "select table_name from user_tables" returns 887 rows in 0.56 seconds, so it is not the db connection that is the problem.
Plyxon is using around 9% cpu while this is going on, so it looks like the issue is local.
If I expand & close some of the other ones, like trigger, packages, and then expand tables, it takes almost a minute.
Curiously, triggers, and only that, seems to be "loading"/built progressively.
It is not a big improvement, since I don't want to scroll around in it while it is changing.
After having opened and closed several of these, filter is really slow ( > 1 min) and removing the filter is even slower ( > 3 min)
Looks like the control you are using isn't suitable for a large number of entries.
Out of curiosity; What are you using?