Enhancement: K and M in explain plan.

It would be nice to have K for thousants, and M for millions for the BYTES and CARDINALITY columns in the explain plan output. That I won't have to count the numbers by putting my mouse between every group of 3 numbers.

NOTE: cardinality 1K should be 1000 units, bytes howeverm 1K should be 1024 bytes.

Maybe use 'k' for cardinality, and 'K' or 'Kb' for bytes.
 
It would be nice to be able to specify a mask for number output everywhere. I would like to specify 999,999,999.00

------------------
------------
Scott Mattes
 
I have added both features to the list of enhancement requests.

------------------
Marco Kalter
Allround Automations
 
Back
Top