please suggest the best way...
Hi,
I have some 30000 records with me which i want to import into datagrid.
For that i need first to have these records at server side then render it to datagrid. Now what will be be better in terms of performance?
1. should I save it as csv at server.
2. should I make a xml caontaining this data at server side.
3. Or I should store in a datastructure (that will consume a lot of memory).
Note: These records might be uploaded from multiple clients at the same time as this is a kind of web application.
Please suggest me in what direction i should proceed.
Thanks.
I have some 30000 records with me which i want to import into datagrid.
For that i need first to have these records at server side then render it to datagrid. Now what will be be better in terms of performance?
1. should I save it as csv at server.
2. should I make a xml caontaining this data at server side.
3. Or I should store in a datastructure (that will consume a lot of memory).
Note: These records might be uploaded from multiple clients at the same time as this is a kind of web application.
Please suggest me in what direction i should proceed.
Thanks.
maharana
November 9,