![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a coworker who is trying to run 6 bcp's at the same time into 6 different tables. My first thought was don't do things like that. But I help my tongue, I'm getting better. :-) The say that one bcp will work and the others will apparently block on it. I did not see this myself, but I'm wondering why would that be? Details Sybase 12.5 on AMD 64bit. *Solaris Regular bcp into tables with indicies and no format file. I can't think of any reason why there would be blocking. Unless some system table is being locked or the transaction log hogged? Any ideas anyone? |
#3
| |||
| |||
|
|
On Feb 25, 4:22 am, Wayne Happ <wayneh... (AT) earthlink (DOT) net> wrote: I have a coworker who is trying to run 6 bcp's at the same time into 6 different tables. .... The say that one bcp will work and the others will apparently block on it. I did not see this myself, but I'm wondering why would that be? .... I can't think of any reason why there would be blocking. Unless some system table is being locked or the transaction log hogged? .... If you're running logged bcp inserts then there will probably be some pretty heavy IO, especially to the transaction log, but off-hand I can't think of a system table that would be locked for the duration of the bcp in. I guess running sp_lock during a trial run would clarify things... :-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |