posted 17 years ago
well, if you're storing the whole thing in memory, i'm not sure changing the storage object will help much with the outofmemory error.
do you need to store the whole thing in memory? I would think that what you are doing with the data should determine what you use to store it...
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors