Hi all
I'm looking into persisting data for the life of an application.
Can anyone enlighten me as to which would produce the least memory overhead;
i) Storing dataset objects in a hashtable
ii) Storing the datasets as xml files and reloading them into memory
Cheers
Keith
I'm looking into persisting data for the life of an application.
Can anyone enlighten me as to which would produce the least memory overhead;
i) Storing dataset objects in a hashtable
ii) Storing the datasets as xml files and reloading them into memory
Cheers
Keith
Comment