All,
I’m using XML and JDBC adapters.
XML adapter is to parse and generate XML document.
JDBC is to query the database.
For every single query,
XML takes 42ms to parse/generate an XML document
JDBC takes 71ms to query the database
I have unchecked the logging option also.
Is there any way to improve the performance ?
thanks