![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello Stephane, Why do u want to filter your data on your logic, not it SQL? SQL is that app, which is aimed for such things, I see no reasons at all to get all data and filter them on your own level, because disadvantages are: - it may take too much time to get all data from server - it hinder the performance of your app to filter it - it's not very scalable approach --- WBR, Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo S> Hi, S> S> I was wondering what the performance of a filtering operation on a S> dataset could be? For small set of data, it's ok, but what if I S> filter, let's say, 50 M rows? S> S> I'm asking because I was wondering if it could be faster to filter S> data in .Net that in a SQL query? In a SQL query, it could take up to S> 30 secondes to execute a query on 50 M rows. S> S> Is this a bad idea to consider import raw data from SQL and the S> filtering it via .Net? S> S> Thanks for any idea S> S> Stephane S |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |