Skip to content

Commit 0900969

Browse files
authored
Merge pull request #784 from rabryst/patch-1
Update MemoryOptimizedTempDBMetadata-TSQL.ipynb
2 parents 91873c6 + d96e3a8 commit 0900969

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/features/in-memory-database/memory-optimized-tempdb-metadata/MemoryOptimizedTempDBMetadata-TSQL.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{
1717
"cell_type": "markdown",
1818
"source": [
19-
"# Exploring Memory-Optmized TempDB Metadata\r\n",
19+
"# Exploring Memory-Optimized TempDB Metadata\r\n",
2020
"\r\n",
2121
"TempDB metadata contention has historically been a bottleneck to scalability for many workloads running on SQL Server. SQL Server 2019 introduces a new feature that is part of the [In-Memory Database](https://docs.microsoft.com/sql/relational-databases/in-memory-database) feature family, memory-optimized tempdb metadata, which effectively removes this bottleneck and unlocks a new level of scalability for tempdb-heavy workloads. In SQL Server 2019, the system tables involved in managing temp table metadata can be moved into latch-free non-durable memory-optimized tables.\r\n",
2222
"\r\n",
@@ -487,4 +487,4 @@
487487
"execution_count": 16
488488
}
489489
]
490-
}
490+
}

0 commit comments

Comments
 (0)