HackerTrans
TopNewTrendsCommentsPastAskShowJobs

csharptwdec19

no profile record

comments

csharptwdec19
·5 ปีที่แล้ว·discuss
> Ari Fleischer

Honestly I got more of a '1 life is a tragedy, 1million lives is a statistic' vibe from GP
csharptwdec19
·6 ปีที่แล้ว·discuss
MSSQL will lock on Reads by default, and can(will) escalate locks to entire pages for reads.

Making MVCC Mode 'Opt In' requires enabling Snapshot Isolation, and making it default requires another change. It's also worth noting the way MSSQL does MVCC is far more TempDB/Memory hungry than Oracle/Postgres (due to the nature of using snapshots). I've been in more than one shop that did not want to enable it due to the memory requirements.
csharptwdec19
·6 ปีที่แล้ว·discuss
> It is interesting that they initially offered subscription model without unexpirable license.

I wasn't even aware they ever did licenses that 'fully expire' but I'm glad they have their current model.