Skip to content

Commit 9b2f7f7

Browse files
author
Ron Ortloff
committed
Update sql-data-warehouse-troubleshoot.md
1 parent 425b864 commit 9b2f7f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/sql-data-warehouse/sql-data-warehouse-troubleshoot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: craigg
77
ms.service: sql-data-warehouse
88
ms.topic: conceptual
99
ms.subservice: manage
10-
ms.date: 7/29/2019
10+
ms.date: 11/25/2019
1111
ms.author: kevin
1212
ms.reviewer: igorstan
1313
ms.custom: seo-lt-2019
@@ -36,6 +36,7 @@ This article lists common troubleshooting question.
3636
| Issue | Resolution |
3737
| :----------------------------------------------------------- | :----------------------------------------------------------- |
3838
| Query performance troubleshooting | If you are trying to troubleshoot a particular query, start with [Learning how to monitor your queries][Learning how to monitor your queries]. |
39+
| TempDB space issues | [Monitor TempDB](sql-data-warehouse-manage-monitor.md#monitor-tempdb) space usage. Common causes for running out of TempDB space are:<br>- Not enough resources allocated to the query causing data to spill to TempDB. See [Workload management](resource-classes-for-workload-management.md) <br>- Statistics are missing or out of date causing excessive data movement. See [Maintaining table statistics][Statistics] for details on how to create statistics<br>- TempDB space is allocated per service level. [Scaling your SQL Data Warehouse][Scaling your SQL Data Warehouse] to a higher DWU setting allocates more TempDB space.|
3940
| Poor query performance and plans often is a result of missing statistics | The most common cause of poor performance is lack of statistics on your tables. See [Maintaining table statistics][Statistics] for details on how to create statistics and why they are critical to your performance. |
4041
| Low concurrency / queries queued | Understanding [Workload management][Workload management] is important in order to understand how to balance memory allocation with concurrency. |
4142
| How to implement best practices | The best place to start to learn ways to improve query performance is [SQL Data Warehouse best practices][SQL Data Warehouse best practices] article. |

0 commit comments

Comments
 (0)