Download presentation
Presentation is loading. Please wait.
Published byJulian Barker Modified over 8 years ago
1
Performance Monitoring for SQL Server Analysis Services Stan Geiger #506 | Baltimore BI 2016
2
Gold Sponsors Silver Sponsors Bronze Sponsors Book Sponsors
3
About Me Sr. Product Manager with Idera Performance Monitoring of Microsoft BI stack Backup and Recovery of Microsoft SQL Server Geek Sync Presenter Blog Contributor HSSUG presenter Over 25 years experience BI, Data Architect DBA.Net Developer Data Analyst
4
Performance Metrics Architecture Processing 3 1 2 1
5
ARCHITECTURE Semantic Model 2
6
3 3
7
Tabular Model Relational Modeling Constructs (tables, relationships) In-Memory Analytics Engine Higher Memory Requirements Greater Compression On the fly aggregation Multiple data sources 4
8
Semantic Model Multidimensional OLAP Model Contructs(cubes, dimensions) Pre-aggregation Relational Data Sources Many to Many Relationships Large data volumes 5
9
Semantic Model Resources Comparing Tabular and Mutidimensional Solutions (SSAS) https://msdn.microsoft.com/en-us/library/hh212940.aspx Choosing a Tabular or Multidimensional Modeling Experience in SQL Server 2012 Analysis Services https://msdn.microsoft.com/en-us/library/hh994774.aspx 6
10
Architecture Processing 7
11
Data Refresh SSMS or Scripted (XMLA) Cube processing is memory intensive Disk I/O Changes to cube can have big impact on processing Tabular processing primarily refreshes data 8
12
Processing DAX Query Processing (Tabular) 9 Single Threaded Multi-threaded
13
Processing MDX Query Processing 10
14
Processing Query Processing 11 Formula Engine Cache Flat cache Calculated Cache Storage Engine Dimension (cube) Measure Group (cube) Vertipaq (tabular)
15
Architecture Performance Metrics 12
16
Performance Metrics Sources 13 Dynamic Management Views https://msdn.microsoft.com/en-us/library/hh230820.aspx Performance Counters https://msdn.microsoft.com/en-us/library/Hh230807.aspx PS C:> (Get-Counter -ListSet "MSOLAP*").paths
17
Performance Metrics Categories 14 Network Disk I/O Memory CPU MDX/DAX
18
Performance Metrics Network 15 Network Interface: Bytes Received/sec Network Interface: Bytes Sent/sec Network Interface: Output Queue Length
19
Performance Metrics Network 16 Processing: Rows read/sec Storage Engine Query: Rows sent/sec
20
Performance Metrics Disk I/O 17 Storage Engine Query: Queries from file/sec Storage Engine Query: Data bytes/sec Physical Disk: Disk Read Bytes/sec Cache: Copy Reads/sec
21
Performance Metrics Disk I/O 18 Physical Disk: Avg. Disk sec/Read Physical Disk: Avg. Disk sec/Write
22
Performance Metrics Memory 19 Overall Memory used by SSAS SSAS Memory Efficiency SSAS Memory Activity
23
Performance Metrics Memory Usage 20 Memory: Cleaner Memory KB Memory: Cleaner Memory shrinkable KB Memory: Cleaner Memory nonshrinkable KB
24
Performance Metrics Memory Usage 21 Memory: Memory Limit Low KB Memory: Memory Limit High KB
25
Performance Metrics Memory Efficiency 22 Calculation cache lookups/sec, hits/sec Flat cache lookups/sec, hits/sec Dimension cache lookups/sec, hits/sec Measure group cache lookups/sec, hits/sec
26
Performance Metrics Memory Cache Improvements 23 Configure memory limits appropriately Warm the cache
27
Performance Metrics CPU 24 Processor: % Processor System: Context Switches/sec System: Processor Queue Length
28
Performance Metrics CPU 25 Threads: Query Pool Queue Length Threads: Query pool (FE) Threads: Processing pool (SE) Relief: MaxThreads CoordinatorExecutionMode
29
Performance Metrics Query Processing 26 MDX: Total cells calculated MDX: Number of calculation covers MDX: Total Sonar subcubes “Cell by cell” vs. “block oriented” vs
30
Performance Metrics Query Processing 27 MDX: Total recomputes MDX: Total NON EMPTY unoptimized MDX: Total NON EMPTY for calculated members
31
Performance Metrics Query Optimization 28 Use MDX constructs the optimizer resolves to block oriented processing Proper Aggregations Improves query performance Use Non-Empty option on MDX queries where possible Effective partition strategy Improves Storage Engine Performance
32
Performance Metrics Cube Processing 28 Processing: Rows written/sec Proc Aggregations: Rows created/sec Proc Indexes: Rows/sec Track over time to determine effectiveness or impact of changes to the cube structure.
33
Email: stan.geiger@idera.com Twitter: @MSBI_Stan http://community.idera.com/blog/idera/part-1- monitoring-analysis-servicesssas-performance/
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.