When I call
ResultSet rs = dbmd.getColumns(null, "CUSTDATA", "TRANS", null);
it takes 16 seconds to get an answer back on a fairly unloaded system. This table has 27 columns.
This seems to be excesvily slow. Is there anything that can be done to speed this up?