Re: ADO .NET right for raw data processing?
From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 07/30/04
- Next message: Cor Ligthert: "Re: Export DataTable to CSV?"
- Previous message: Lucas Tam: "Re: table field names vs. display names"
- In reply to: Tim: "ADO .NET right for raw data processing?"
- Next in thread: Cor Ligthert: "Re: ADO .NET right for raw data processing?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Jul 2004 10:54:07 -0700
Stored procedures--no question. If the tests are complex, I might consider
calling an extended stored procedure. In the Yukon timeframe these can be
written in VB.NET or C# (and possibly other CLR languages).
Moving that volume of data to an application and back again is going to be
very expensive. Let the server crunch the data where it lives.
I would also consider reporting services to display the results...
-- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Tim" <tgaihdc@hotmail.com> wrote in message news:d906e103.0407300745.42e7cdc0@posting.google.com... > 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
- Next message: Cor Ligthert: "Re: Export DataTable to CSV?"
- Previous message: Lucas Tam: "Re: table field names vs. display names"
- In reply to: Tim: "ADO .NET right for raw data processing?"
- Next in thread: Cor Ligthert: "Re: ADO .NET right for raw data processing?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|