Suggestion: Compare user objets

I like the "compare user objects" tool that allows me to "catch up" for a schema that is behind another one.

However, it is painfully slow when the number of objects to compare is large.

Would it be possible to run the comparison in multiple threads (it appears to me it is currently mono-threaded, correct me if I am wrong).

We could also have an extra box in the preference window where we would tell PL/SQL developer how many threads we want it to use for this tool.

The break down of the objects to compare across the different threads looks obvious since those comparisons are independent from one another.

Thanks.
 
Back
Top