From dc0b30d96fb9f9716d4a28c3d2342a1e172cfb94 Mon Sep 17 00:00:00 2001 From: Jos de Bruijn Date: Mon, 28 Aug 2017 11:34:54 -0700 Subject: [PATCH] added references to benchmark results --- .../features/in-memory/benchmark-order-processing/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/features/in-memory/benchmark-order-processing/README.md b/samples/features/in-memory/benchmark-order-processing/README.md index 6b232571..9bd9428a 100644 --- a/samples/features/in-memory/benchmark-order-processing/README.md +++ b/samples/features/in-memory/benchmark-order-processing/README.md @@ -2,6 +2,10 @@ Sample order processing workload that can be used for benchmarking transactional processing with in-memory technologies. The scripts in this folder leverage the In-Memory OLTP feature in SQL Server 2016. +Some results from this benchmark: +* [4 Terabyte and 343,000 transactions per second with SQL Server 2016 on Hyper-V](https://blogs.technet.microsoft.com/windowsserver/2016/09/28/windows-server-2016-hyper-v-large-scale-vm-performance-for-in-memory-transaction-processing/) +* [11X perf gain with In-Memory OLTP in Azure SQL Database](https://azure.microsoft.com/blog/in-memory-oltp-in-azure-sql-database/) + ## About this sample