Entity Framework 6 database creation defaults to MVCC now:
Default transaction isolation level is changed to READ_COMMITTED_SNAPSHOT for databases created using Code First, potentially allowing for more scalability and fewer deadlocks. -- http://entityframework.codeplex.com/wikipage?title=specs
On related news:
Want to see an SQL Server DBA nerdgasm'd? Let him/her use Postgresql, it's an RDBMS (that like Oracle) on which the supported concurrency model is MVCC, so you'll get fewer deadlocks on your database:
http://www.youtube.com/watch?v=Rl_-lKxSBm4
Is your database OOP-deprived? See the demo of inheritance using Postgresql on the video above
Microsoft uses Postgresql too, we know Microsoft bought Skype. Skype uses Postgresql
Instagram uses Postgresql too
No comments:
Post a Comment