Skip to content

Commit 00c897f

Browse files
Merge pull request #34267 from dimitri-furman/dfurman/tempdbrg
Add a known tempdb RG issue
2 parents 9331485 + 9414c9e commit 00c897f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/relational-databases/resource-governor/tempdb-space-resource-governance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dimitri-furman
55
ms.author: dfurman
66
ms.service: sql
77
ms.topic: concept-article
8-
ms.date: 05/19/2025
8+
ms.date: 05/30/2025
99
monikerRange: " >= sql-server-ver17 || >= sql-server-linux-ver17 "
1010
---
1111

@@ -225,6 +225,10 @@ When using `tempdb` space resource governance, consider the following best pract
225225
226226
This approach prevents each workload group from consuming all space in `tempdb` by leaving 20 GB for other workload groups. At the same time, you avoid unnecessary query aborts when free `tempdb` space is still available because workload groups *A* and *B* aren't likely to consume a large amount of `tempdb` space at the same time.
227227

228+
## Known issues
229+
230+
- When a workfile is deallocated, the increase in the available `tempdb` space might be counted against the `internal` workload group instead of the workload group that is allocated to the workfile.
231+
228232
## Related content
229233

230234
- [Resource governor](resource-governor.md)

0 commit comments

Comments
 (0)