Hekaton (database)

Hekaton (also known as SQL Server In-Memory OLTP) is an in-memory database for OLTP workloads built into Microsoft SQL Server.[1] Hekaton was designed in collaboration with Microsoft Research[2] and was released in SQL Server 2014.[3][4]

Traditional RDBMS systems were designed when memory resources were expensive, and was optimized for disk storage. Hekaton is instead optimized for a working set stored entirely in main memory, but is still accessible via T-SQL like normal tables. It is fundamentally different from the "DBCC PINTABLE" feature in earlier SQL Server versions.

Hekaton was announced at the Professional Association for SQL Server (PASS) conference 2012.[5][6][7][7][8]

References


This article is issued from Wikipedia - version of the 4/6/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.