LOGBUFFER lastwaitype

  • Hello!

        I have noticed LOGBUFFER in lastwaitype column in sysprocesses table. I

    couldn't find a description for this value. Does anyone have a clue what

    this waittype means. Could this be an indication of certain bottleneck?

    Thanks,

    Igor

  • From MSDN T-SQL: Logbuffer waittype -- 'Occurs when a task is waiting for space in the log buffer to store a log record. Consistently high values may indicate that the log devices cannot keep up with the amount of log being generated by the server.'

    Do you have your transaction logs running on their own physical drives?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • I do not. I noticed that this waittype appears quite often. This makes me think of moving log to the separate drive.

     

    Thanks,

    Igor

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

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