Monday, January 12, 2004
Top object allocations during table retrieval are
byte[] 7k
char[] 5k
String 3k
HeapCharBuffer 2k
and they all occur during the database retrieval calls. Might be possible to bundle more information into each call and reduce the overall number of retrievals.
T