Blog Post

Azure Database Support Blog
1 MIN READ

Azure Data Warehouse Health Check Query

cbattlegear's avatar
cbattlegear
Icon for Microsoft rankMicrosoft
Mar 14, 2019
First published on MSDN on Jul 14, 2017
We have been sharing this query with the customers to have a quick health check on their environment. The query covers these items:

  • Checking basic statistics information (actual row count vs row count for control node)

  • Table data skew

  • Small CCI tables (<102400 rows per partition) – This is just for their reference for reviewing their tables.

  • CCI tables with more than 10% deleted rows

  • CCI tables with smaller row groups



This script will drop the temp tables created at the end of the script.

Updated Mar 14, 2019
Version 2.0
  • Devi49's avatar
    Devi49
    Copper Contributor

    I couldn’t see the query used for checking the quick health check. Could you please share it