mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update MemoryOptimizedTempDBMetadata-TSQL.ipynb
Re-running notebook cells with feature enabled.
This commit is contained in:
+15
-15
@@ -177,7 +177,6 @@
|
||||
},
|
||||
{
|
||||
"output_type": "execute_result",
|
||||
"metadata": {},
|
||||
"execution_count": 11,
|
||||
"data": {
|
||||
"application/vnd.dataresource+json": {
|
||||
@@ -273,7 +272,8 @@
|
||||
]
|
||||
},
|
||||
"text/html": "<table><tr><th>session_id</th><th>wait_type</th><th>wait_resource</th><th>object_name</th><th>blocking_session_id</th><th>command</th><th>statement_text</th><th>database_id</th><th>file_id</th><th>page_id</th><th>object_id</th><th>index_id</th><th>page_type_desc</th></tr><tr><td>70</td><td>PAGELATCH_EX</td><td>2:1:118</td><td>sysschobjs</td><td>71</td><td>EXECUTE</td><td>EXEC dbo.usp_EmployeeBirthdayList 4</td><td>2</td><td>1</td><td>118</td><td>34</td><td>2</td><td>INDEX_PAGE</td></tr><tr><td>78</td><td>PAGELATCH_EX</td><td>2:1:118</td><td>sysschobjs</td><td>71</td><td>EXECUTE</td><td>EXEC dbo.usp_EmployeeBirthdayList 4</td><td>2</td><td>1</td><td>118</td><td>34</td><td>2</td><td>INDEX_PAGE</td></tr><tr><td>79</td><td>PAGELATCH_EX</td><td>2:1:118</td><td>sysschobjs</td><td>72</td><td>CREATE TABLE</td><td>CREATE TABLE #Birthdays (BusinessEntityID int NOT NULL PRIMARY KEY)</td><td>2</td><td>1</td><td>118</td><td>34</td><td>2</td><td>INDEX_PAGE</td></tr></table>"
|
||||
}
|
||||
},
|
||||
"metadata": {}
|
||||
}
|
||||
],
|
||||
"execution_count": 11
|
||||
@@ -309,12 +309,12 @@
|
||||
{
|
||||
"output_type": "display_data",
|
||||
"data": {
|
||||
"text/html": "Total execution time: 00:00:00.057"
|
||||
"text/html": "Total execution time: 00:00:00.141"
|
||||
},
|
||||
"metadata": {}
|
||||
}
|
||||
],
|
||||
"execution_count": 12
|
||||
"execution_count": 2
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@@ -345,14 +345,14 @@
|
||||
{
|
||||
"output_type": "display_data",
|
||||
"data": {
|
||||
"text/html": "Total execution time: 00:00:00.101"
|
||||
"text/html": "Total execution time: 00:00:00.132"
|
||||
},
|
||||
"metadata": {}
|
||||
},
|
||||
{
|
||||
"output_type": "execute_result",
|
||||
"metadata": {},
|
||||
"execution_count": 17,
|
||||
"execution_count": 4,
|
||||
"data": {
|
||||
"application/vnd.dataresource+json": {
|
||||
"schema": {
|
||||
@@ -364,15 +364,15 @@
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"0": "0"
|
||||
"0": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"text/html": "<table><tr><th>IsTempDBMetadataMemoryOptimized</th></tr><tr><td>0</td></tr></table>"
|
||||
"text/html": "<table><tr><th>IsTempDBMetadataMemoryOptimized</th></tr><tr><td>1</td></tr></table>"
|
||||
}
|
||||
}
|
||||
],
|
||||
"execution_count": 17
|
||||
"execution_count": 4
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
@@ -405,14 +405,14 @@
|
||||
{
|
||||
"output_type": "display_data",
|
||||
"data": {
|
||||
"text/html": "Total execution time: 00:00:00.242"
|
||||
"text/html": "Total execution time: 00:00:00.180"
|
||||
},
|
||||
"metadata": {}
|
||||
},
|
||||
{
|
||||
"output_type": "execute_result",
|
||||
"metadata": {},
|
||||
"execution_count": 18,
|
||||
"execution_count": 5,
|
||||
"data": {
|
||||
"application/vnd.dataresource+json": {
|
||||
"schema": {
|
||||
@@ -439,16 +439,16 @@
|
||||
"0": "tempdb metadata memory-optimized",
|
||||
"1": "0",
|
||||
"2": "1",
|
||||
"3": "0",
|
||||
"4": "0"
|
||||
"3": "1",
|
||||
"4": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"text/html": "<table><tr><th>name</th><th>minimum</th><th>maximum</th><th>config_value</th><th>run_value</th></tr><tr><td>tempdb metadata memory-optimized</td><td>0</td><td>1</td><td>0</td><td>0</td></tr></table>"
|
||||
"text/html": "<table><tr><th>name</th><th>minimum</th><th>maximum</th><th>config_value</th><th>run_value</th></tr><tr><td>tempdb metadata memory-optimized</td><td>0</td><td>1</td><td>1</td><td>1</td></tr></table>"
|
||||
}
|
||||
}
|
||||
],
|
||||
"execution_count": 18
|
||||
"execution_count": 5
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
|
||||
Reference in New Issue
Block a user