snapshot isolation

  • Hello.

    Is a good idea to use this behavior in a busy OLTP?

    What is the best for that case, snapshot or read_committed_snapshot?

    Thanks.

  • The answer to both of those is 'test it'

    Read committed snapshot can be very useful, you have to test and make sure that the overhead on TempDB isn't too bad. You also need to test and ensure that you have no code which is depending on locking behaviour (eg queue-type apps)

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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