T
Tim
Is ADO .NET performance adequate for processing large volumes of data?
For example, say you have a 500,000 customers with 700,000 orders a
month. You want to identify trends over one year, so you need to scan
over those 500,000 customers and 12 x 700,000 orders. During the
scan, you're checking each customer against 1000 different rules. If
you want to process 20 customers/sec, would ADO .NET be capable or
should this all be done in a stored procedure(s)?
Thanks in advance.
Tim
For example, say you have a 500,000 customers with 700,000 orders a
month. You want to identify trends over one year, so you need to scan
over those 500,000 customers and 12 x 700,000 orders. During the
scan, you're checking each customer against 1000 different rules. If
you want to process 20 customers/sec, would ADO .NET be capable or
should this all be done in a stored procedure(s)?
Thanks in advance.
Tim