You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-in-memory.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,16 @@ ms.workload: data-management
14
14
ms.tgt_pltfrm: na
15
15
ms.devlang: na
16
16
ms.topic: article
17
-
ms.date: 11/22/2016
17
+
ms.date: 12/07/2016
18
18
ms.author: jodebrui
19
19
---
20
20
21
21
# Optimize Performance using In-Memory Technologies in SQL Database
22
22
23
-
In-Memory technologies in Azure SQL Database can help you achieve performance improvements with transactional (OLTP), analytics (OLAP), as well as mixed workloads (HTAP), while reducing cost at the same time. Depending on the workload, they can allow you to achieve up to 30X performance improvement for transaction processing and up to 100X performance improvement for analytical queries, compared with traditional tables and indexes. Because of the more efficient query and transaction processing, In-Memory technologies can also reduce cost: you typically do not need to upgrade the pricing tier of the database to achieve performance gains, and in some cases you could even reduce the pricing tier while still seeing performance improvements using In-Memory technologies.
23
+
In-Memory technologies in Azure SQL Database can help you achieve performance improvements with transactional (OLTP), analytics (OLAP), as well as mixed workloads (HTAP). Because of the more efficient query and transaction processing, In-Memory technologies can also reduce cost: you typically do not need to upgrade the pricing tier of the database to achieve performance gains, and in some cases you could even reduce the pricing tier while still seeing performance improvements with In-Memory technologies.
24
+
25
+
-[Quorum Business Solutions was able to double their workload while improving DTUs (i.e., resource consumption) by 70%](https://customers.microsoft.com/en-US/story/quorum-doubles-key-databases-workload-while-lowering-dtu-with-sql-database), by leveraging In-Memory OLTP.
26
+
- The following video demonstrates significant improvement in resource consumption with a sample workload: [In-Memory OLTP in Azure SQL Database](https://channel9.msdn.com/Shows/Data-Exposed/In-Memory-OTLP-in-Azure-SQL-DB)
24
27
25
28
In-Memory technologies are available in all database in the Premium tier, including databases in Premium elastic pools.
26
29
@@ -41,9 +44,10 @@ Both Columnstore and In-Memory OLTP have been part of the SQL Server product sin
41
44
42
45
This topic describes aspects of In-Memory OLTP and Columnstore indexes that are specific to Azure SQL Database, and includes samples. First you will see the impact of these technologies on storage and what are the limits on data size. Then you will see how to manage moving databases that leverage these technologies between the different pricing tiers. Finally, you will see two samples that illustrate the use of In-Memory OLTP as well as Columnstore in Azure SQL Database.
43
46
44
-
In-depth information about the technologiescan be found at the following locations:
47
+
In-depth information about the technologies can be found at the following locations:
-[In-Memory OLTP Overview and Usage Scenarios](https://msdn.microsoft.com/library/mt774593.aspx), including references to customer case studies and information to get started
50
+
-[Documentation for In-Memory OLTP](http://msdn.microsoft.com/library/dn133186.aspx)
- Hybrid Transactional and Analytical Processing aka [real-time operational analytics](https://msdn.microsoft.com/library/dn817827.aspx)
49
53
@@ -53,6 +57,7 @@ A quick primer on In-Memory OLTP can be found here:
53
57
54
58
In-depth videos about the technologies:
55
59
60
+
-[In-Memory OLTP in Azure SQL Database](https://channel9.msdn.com/Shows/Data-Exposed/In-Memory-OTLP-in-Azure-SQL-DB), which contains a demo of performance benefits and steps to reproduce these results yourself
56
61
-[In-Memory OLTP Videos: What it is and When/How to use it](https://blogs.msdn.microsoft.com/sqlserverstorageengine/2016/10/03/in-memory-oltp-video-what-it-is-and-whenhow-to-use-it/)
0 commit comments