Re: Data throughput
anonymous_at_discussions.microsoft.com
Date: 05/01/04
- Previous message: davidjones_at_optonline.net: "My Gay Partner Shoveing an Apple up His Anus"
- Next in thread: Jacco Schalkwijk: "Re: Data throughput"
- Reply: Jacco Schalkwijk: "Re: Data throughput"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 1 May 2004 12:01:14 -0700
The query is used to fill a CSV file that a third party
application uses to generate charts driven by the
ultimate Users. The reason I'm asking the question is to
see if there are options to speed the flow of data from
the Database to the CSV file to shorten the time it
currently takes. I can't modify the 3rd parties software
and I can't query less data so the ODBC seems like the
place to look. Your answer is logical for different
circumstances but doesn't get to the original question,
ARE there items that can be tweaked in ODBC that can
increase throughput?
>-----Original Message-----
>What can you do? Don't return 1 billion row resultsets,
quite simple. No
>human is able to digest that amount of information, so
you should filter or
>summarize it at the server using WHERE, SUM etc, and
then return a more
>limited number of rows to the client.
>
>--
>Jacco Schalkwijk
>SQL Server MVP
>
>
>"Jim Abel" <jim.abel@lmco> wrote in message
>news:5c7301c42d7f$a97fd480$a101280a@phx.gbl...
>> I am trying to understand what things affect the
>> throughput of data when queries are executed to SQL
>> Server. I'm trying to determine if there are
>> settings,pramiters or times that can improve the speed
of
>> a recordset being returned to the application.
>> What I have noticed in our environment is that a
>> recordset of 1,000 rows is returned very quickly where
as
>> a recordset of a 1,000,000,000 rows can take over an
hour.
>> I understand that the bandwidth will have a large
effect
>> on the time but there are times when the bandwidth is
>> wide open and it still takes a significant amount of
>> time. What things can I do/set to optimixe this as
much
>> as possible.
>
>
>.
>
- Previous message: davidjones_at_optonline.net: "My Gay Partner Shoveing an Apple up His Anus"
- Next in thread: Jacco Schalkwijk: "Re: Data throughput"
- Reply: Jacco Schalkwijk: "Re: Data throughput"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|