SQL SERVER – What is Hekaton? – Simple Words Explanation

SQL SERVER - What is Hekaton? - Simple Words Explanation hekaton Readers of this blog will know that I recently attended SQL Server (PASS) Summit 2012.  There were, of course, a lot of fascinating subjects and people, but let me talk about one of my favorites right now.  Ted Kummert, corporate vice president of the Data Platform group at Microsoft, announced that the new version of SQL Server will include a feature called “Hekaton.”  Hekaton is Greek for “hundreds,” and it was given this name for its ability to speed up database function 100x (possibly).  It certainly increases application speed by 10x and nearly 50x for new, optimized applications.

Hekaton works by providing in-application memory storage for the most often used tables in SQL Server.  With a new tool that will be available in the new version of SQL Server, it will help identify tables that are most accessed, and will store them in the system’s main memory for faster access time.  The rest of the data will still be stored in the traditional manner.  The whole system will optimize queries and procedures, with Hekaton compiling T-SQL stored procedures in native code, so that the whole system runs faster.

Some eagle-eyed readers will see that this is very similar to other products that are currently available – like Oracle, xVelocity, or even Microsoft’s own PowerPivot and Power View.  However, the biggest difference is that Hekaton is built directly into SQL Server, so that there are no extensions, downloads, or interfaces that can slow down the very program meant to help increase your speed.

Hekaton is currently being tested by a few very lucky developers, but will be available for all users in the new version of SQL Server, which is expected in 2014 or 2015.

Reference: Pinal Dave (https://blog.sqlauthority.com)

SQL Server
Previous Post
SQLAuthority News – Chrome Browser – Personal Technology
Next Post
SQL SERVER – Fix – Error: 4214: BACKUP LOG cannot be performed because there is no current database backup.

Related Posts

7 Comments. Leave new

  • Virendra Yaduvanshi
    December 23, 2012 10:27 am

    Very nice information dear!

    Reply
  • Interesting.
    This seems to be “a day late and a dollar short”, as the expression goes. But still it is better to have it late than never.
    I wonder, though, if these features will be specific to a certain edition; in other words, is it going to cost extra for a well-performing SQL Server? (We know from past experiences that some editions perform better than others – take the Resource Governor for example.)

    Can I be one of the testers for the Hekaton?

    Reply
  • And also, here is another question: will Hekaton be used in SQL Azure?
    I did some tests of the Azure performance, and it seemed in a critical state: about 1 second to establish a connection and optimization speed and storage speed which was competing with my laptop’s performance. (Here is the test results:
    I really hope Azure gets better, so we can use it.

    Reply
  • Thanks for such a great news.
    As Microsoft discontinued one such command like DBCC PINTABLE, however it required manual analysis and there were prons and cons also. Great idea to include such a functionality to existing arsenal.

    Reply
  • Yassine Elouati
    January 3, 2013 11:47 pm

    Snehal, I agree with you. That was my first reaction. It is implemented as a fancy DBCC PINTABLE with modification to locking which bite us in the rear during high concurrency.
    I wonder what they did regarding compilation related lock thresholds. If transaction processing increases by an order of magnitude will we be killed by dynamic queries for example?

    Reply
  • Alex Schievink
    April 3, 2013 10:18 am

    Very good news.
    More about it here: https://www.microsoft.com/en-us/research/blog/

    This will be a big boost for the transient pieces of OLTP applications. Can’t wait to start using this!

    Do you expect it will be included in SQL Server 2012 R2 ( due next year if I’m correct) , or will we need to wait longer ?

    Reply
  • What do you mean by “system’s main memory”

    Reply

Leave a Reply