http://sqlblog.com/blogs/kalen_delaney/archive/2013/06/05/hekaton-whitepaper.aspx

좋은 자료네요. 


큭.... 인메모리 테이블들은 아래와 같이 제약 사항이 있네요. 헙헙..

There are only a few limitations when creating memory-optimized tables, in addition to the data type limitations already listed.

  • No DML triggers
  • No FOREIGN KEY or CHECK constraints
  • No IDENTITY columns
  • No UNIQUE indexes other than for the PRIMARY KEY

  • A maximum of 8 indexes, including the index supporting the PRIMARY KEY