A
Alberto Ortega
hi, i´ve got this situation:
* One dataset with 5 tables
* One of those tables has almost 140.000 records
* No more than 5000 records on the other 4 tables
Then I´ve got to do calculations over those 140000 records and it´s really
slow. For example the first thing I do is to filter that table with so many
records:
foreach( DataRow dr in ds.TableWithManyData.Select( FILTER )){
...
}
I need to know if there is any way to do this for better performance
Thanks
Maxi Menasches
* One dataset with 5 tables
* One of those tables has almost 140.000 records
* No more than 5000 records on the other 4 tables
Then I´ve got to do calculations over those 140000 records and it´s really
slow. For example the first thing I do is to filter that table with so many
records:
foreach( DataRow dr in ds.TableWithManyData.Select( FILTER )){
...
}
I need to know if there is any way to do this for better performance
Thanks
Maxi Menasches