Monday, January 12, 2004
Have added a cache to the ContentDAO which records the invariant DTable properties. Things like num_rows and title are cached.
This reduces the totals for a retrieval to
byte[] 5k
char[] 4k
String 3k
HeapCharBuffer 1k
assuming that there's a cache hit (and it's anticipated that most dtable retrievals will re-use information). Would still like to reduce these further.
T