Hacker News new | past | comments | ask | show | jobs | submit login

I thought (although I could easily be mistaken) that one of the big features about SQL Server 2014 was its lock free tables [1].

[1] http://sqlserverrider.wordpress.com/2012/12/31/hekaton-recap...




> I thought (although I could easily be mistaken) that one of the big features about SQL Server 2014 was its lock free tables [1].

Same feature, just a different benefit. Hekaton's tables are pinned to memory, use a different storage structure, can have their T-SQL statements compiled to native code, and avoid locking.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: