T
TK
Hello,
I'm trying to load about 600MB of mysql data into a
DataSet which seems to be increasing the size of the data
in memory by a factor of 3.5 times to 2.1 GB.
The server has 4GB of RAM and i want to cache the db data
at application_start to avoid any further database access.
i'm willing to give up about 1GB but not 2.1 GB.
Is there a way to make a DataSet use less memory?
Thanks,
TK
I'm trying to load about 600MB of mysql data into a
DataSet which seems to be increasing the size of the data
in memory by a factor of 3.5 times to 2.1 GB.
The server has 4GB of RAM and i want to cache the db data
at application_start to avoid any further database access.
i'm willing to give up about 1GB but not 2.1 GB.
Is there a way to make a DataSet use less memory?
Thanks,
TK