Using Metadata.getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) to get column names takes around 500ms-1000ms to complete.
com.sap.db.jdbc.trace.DatabaseMetaData's implementation of the the getColumns method takes much longer than Oracle.
The Oracle implementation of the getColumns method takes around 10ms to complete.
Is this a known issue with the HANA jdbc driver?
If so, will this be fixed in the near future?