New counters have been added for bulk copy-in:
Counter |
Description |
---|---|
DSINoBulkDatatype |
The number of bulk operations skipped due to the data containing datatype is incompatible with bulk copy-in. |
DSINoBulkFstr |
The number of bulk operations skipped due to tables that have customized function strings for rs_insert or rs_writetext. |
DSINoBulkAutoc |
The number of bulk operations skipped due to tables that have autocorrection enabled. |
DSIEBFBulkNext |
The number of batch flushes that is executed because the next command is a bulk copy. |
DSIEBulkSucceed |
The number of times the Data Server Interface executor (DSI/E) invoked blk_done(CS_BLK_ALL) at the target database. |
DSIEBulkCancel |
The number of times DSI/E invoked blk_done(CS_BLK_CANCEL) at the target database. |
DSIEBulkRows |
The number of rows that DSI/E sent to the replicate data server using bulk copy-in. |
BulkTime |
The amount of time, in milliseconds, that DSI/E spent in sending data to the replicate data server using bulk copy-in. |