Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I found that the most resource hogger for our sql server is the sp_ge… #1506

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2019

  1. I found that the most resource hogger for our sql server is the sp_ge…

    …tapplock. This server is a huge report server with many data load (importing data from the cloud), and we get the the most wait time is sp_getapplock.
    
    I would recommend a new option and we can dequeue jobs without applock. WITH (ROWLOCK) for update should be enough
    isafar authored and isafar committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    c61b70d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. NonBlockingFetchSql override _options.QueuePollInterval < LongPolling…

    …Threshold
    isafar authored and isafar committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    a21b12f View commit details
    Browse the repository at this point in the history