Hi!
I am currentlly working on a project where I need to query the database and
this query returns around 1M rows that I then need to process.
I`m currently holding it all in a datatable, but I have a feeling that this
type is very unefficient.
Does anyone have an idea of a more efficient way of holding this large
amount of data?
I am currentlly working on a project where I need to query the database and
this query returns around 1M rows that I then need to process.
I`m currently holding it all in a datatable, but I have a feeling that this
type is very unefficient.
Does anyone have an idea of a more efficient way of holding this large
amount of data?
Comment