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 > sybase bcp

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-06-03, 05:08
bestball bestball is offline
Registered User
 
Join Date: Mar 2003
Posts: 4
sybase bcp

When I load data to sybase ASE12 on a win2k server by BCP,how I configure those sybase parameters,such as max memory,Default network packet size and Memory per worker process for a good performance?Any experience will be appreciated.thank you.
Reply With Quote
  #2 (permalink)  
Old 03-08-03, 06:49
osy45 osy45 is offline
Registered User
 
Join Date: Nov 2002
Posts: 833
use sp_configure sp_cacheconfig
Reply With Quote
  #3 (permalink)  
Old 03-10-03, 02:57
richardcrossley richardcrossley is offline
Registered User
 
Join Date: Sep 2002
Location: Dublin, Ireland & Woking UK
Posts: 150
It's probably worth setting the parameter "number of pre-allocated extents" to a larger value if you are going to perform a lot of bcp operations. The default is 2. It controlls how much space a BCP sessions is given each time it request space. 2 extents = 16 pages = 32K. If you are going to be loading MB of data into a table it's probably worth upping this to reduce the number of times BCP asks for space.
Reply With Quote
  #4 (permalink)  
Old 03-17-03, 22:53
bestball bestball is offline
Registered User
 
Join Date: Mar 2003
Posts: 4
Smile

Thank you.
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