20

SQL 2014: A First Look Into the New Features

Embed Size (px)

DESCRIPTION

This is the presentation of Artemakis Artemiou when he participated as an invited speaker at Microsoft Conferene 2014 in Nicosia Cyprus and talked about the new features of SQL Server 2014 and specifically on the In-Memory OLTP Engine

Citation preview

Page 1: SQL 2014: A First Look Into the New Features
Page 2: SQL 2014: A First Look Into the New Features
Page 3: SQL 2014: A First Look Into the New Features
Page 4: SQL 2014: A First Look Into the New Features
Page 5: SQL 2014: A First Look Into the New Features
Page 6: SQL 2014: A First Look Into the New Features
Page 7: SQL 2014: A First Look Into the New Features
Page 8: SQL 2014: A First Look Into the New Features
Page 9: SQL 2014: A First Look Into the New Features
Page 10: SQL 2014: A First Look Into the New Features
Page 11: SQL 2014: A First Look Into the New Features
Page 12: SQL 2014: A First Look Into the New Features
Page 13: SQL 2014: A First Look Into the New Features
Page 14: SQL 2014: A First Look Into the New Features

• DURABILITY = SCHEMA_ONLY / SCHEMA_AND_DATA

Page 15: SQL 2014: A First Look Into the New Features
Page 16: SQL 2014: A First Look Into the New Features

In-Memory

OLTP

compiler

Memory-optimized table

filegroup

Data filegroup

SQL Server.exe

In-Memory OLTP engine for

memory-optimized tables and

indexes

TDS handler and session management

Natively compiled

SPs and schema

Buffer pool for tables and

indexes

Proc/plan cache for ad-hoc T-

SQL and SPs

Client app

Transaction log

Query

Interop

Interpreter for T-SQL, query

plans, expressions

Access methods

Parser,

catalog,

algebrizer,

optimizer In-Memory OLTP

component

Key

Existing SQL

component

Generated .dll

Page 17: SQL 2014: A First Look Into the New Features
Page 18: SQL 2014: A First Look Into the New Features

http://www.aartemiou.com/datatools/

Page 19: SQL 2014: A First Look Into the New Features

• http://www.microsoft.com/sqlserver/

Page 20: SQL 2014: A First Look Into the New Features