If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > performance time

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-17-11, 07:17
psthariharan psthariharan is offline
Registered User
 
Join Date: Feb 2011
Posts: 6
performance time

Hi,

the query execution time in sqladv and isql is different. isql is faster.
i have a vb & sybase application. so as far as the application concerned
which execution time is applicable .one procedure is called in side the form.
can any one tell that why isql is faster. for query optimization which execution time should be considered.

pls advice on this

thanks & regards
Hari
Reply With Quote
  #2 (permalink)  
Old 03-17-11, 08:23
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
If you run isql on the db server then it eliminates network traffic and will be faster.
Instead of transferring all the data to the client try select * into #t1 from thetable
The difference in time will be the time it takes to transfer the data across the network.
Try increasing the Network Packet Size to improve performance on the client.
Reply With Quote
  #3 (permalink)  
Old 03-19-11, 02:38
psthariharan psthariharan is offline
Registered User
 
Join Date: Feb 2011
Posts: 6
thanks for suggestion
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On