Wait Types in Log backups

  • I have log backup running from last 1 hr for one of my production databases. I have checked except log backups there is nothing going on in that particular database.

    But I see 4 different kpid for one spid in sysprocess table for that log backup and one spid for log backup which is blocked by another spid for log backup. But there is only one log backup running.

    Below are the records from sysprocess tables.

    cmdSPIDKPIdBlockedwaittypelastwaittypewaitresourcecpuphysical_iomemusage

    BACKUP LOG 55326800x0087BACKUPIO 270304557542

    BACKUP LOG 55423600x0000MISCELLANEOUS 550000

    BACKUP LOG 55102000x0087BACKUPIO 993800

    BACKUP LOG 55296400x0087BACKUPIO 2606300

    BACKUP LOG 924560550x0004LCK_M_U DB: 8 [BULKOP_BACKUP_LOG] 4702

    I would like to know why there are two spid for one log backup and what does lastwaittype of LCK_M_U means and waitresouce of DB: 8 BULKOP_BACKUP_LOG]

    means?

    Any help will be appreciated.

  • I think your issue is very poor performance on the backup disk, or even your source disk. Test against a faster disk and see if speed increases.

    -Chuck

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply