scispace - formally typeset
E

Erik Ismert

Researcher at Microsoft

Publications -  13
Citations -  780

Erik Ismert is an academic researcher from Microsoft. The author has contributed to research in topics: Database engine & SQL. The author has an hindex of 9, co-authored 13 publications receiving 703 citations.

Papers
More filters
Proceedings ArticleDOI

Hekaton: SQL server's memory-optimized OLTP engine

TL;DR: An overview of the design of the Hekaton engine is given and some experimental results are reported, designed for high con-currency and using only latch-free data structures and a new optimistic, multiversion concurrency control technique.
Patent

Method of converting query plans to native code

TL;DR: In this article, the authors present a method to perform database queries based on a particular database query and access a query plan based on the specific database query, which has operators and specific operational parameters associated with each of the operators.
Patent

Query plan selection control using run-time association mechanism

TL;DR: In this article, a system and method for creating, modification and/or use of plan guide(s) is provided. And a query plan execution system is provided, which includes an execution component, a query optimizer, and, a plan cache.
Patent

Parameter-sensitive plans for structural scenarios

TL;DR: In this paper, a plan generator component scans the query representation for parameter sensitive predicates and evaluates each predicate individually based on the parameter values, so that queries can be identified not only based on their structures, but also on their parameter conditions.
Journal Article

Compilation in the Microsoft SQL Server Hekaton Engine.

TL;DR: Hekaton is a new database engine optimized for memory resident data and OLTP workloads that is fully integrated into Microsoft SQL Server and enables compilation of SQL stored procedures into machine code.