Site sponsored by:
Try Idera’s new SQL admin toolset
Home
Articles
Forums
Tips
Quiz
FAQ's
Blogs
Software
Books
About Us
RSS Feeds
Sign in
|
Join
Article Topics
All Articles
Performance Tuning
Audit
Business Intelligence
Clustering
Reporting Services
Developer
General DBA
ASP.NET / ADO.NET
Write for Us
Share you SQL Server knowledge with others and raise your profile in the community
More...
Latest Articles
Compare Dates
Filtered Indexes in SQL Server 2008
Importance of Database Backups and Recovery Plan
Data Compression in SQL Server 2008
More
Latest FAQ's
ALTER TABLE SWITCH statement failed because the object '%.*ls' is not ...
ALTER TABLE SWITCH statement failed because column '%.*ls' at ordinal %d ...
ALTER TABLE SWITCH statement failed because table '%.*ls' has %d columns ...
SQL Server Reporting Server (SSRS) service is failing to start ...
More
Latest Software Reviews
Spotlight on ApexSQL Doc 2008
ApexSQL Enforce
Embarcadero Change Manager
SQL Server DBA Dashboard
More
articles
>>
business intelligence
>>
Check List for Performance Optimisation in SQL ...
Check List for Performance Optimisation in SQL Server Analysis Service 2005
By :
Dinesh Asanka
Jan 23, 2008
Page 3 / 3
Process Scheduled Cube Process in Command Line
Most of the time, you need to configure your cube to process at a pre-defined schedule. You have the luxury of using the SQL Server Integration Services (SSIS) package to process the cube by giving a schedule. If you are running the SSIS package at the command prompt it will be much faster. You can execute the SSIS package by following command.
DTEXEC /f <Package Name with full path>
Partitioning
SSAS uses partitions to contain cube data. Small cubes might use one part, while for medium and large scale cubes may be split into groups of data which is called partitioning.
As a practice one partition should have 2GB or 15 million rows for effective performance. Unnecessary partitioning may degrade you cube performance instead of improving it. Also too many partitions makes it difficult to manage.
A point to note about Partitioning in SSAS is that this feature is available only with enterprise and developer editions of SQL Server.
Configuring SSAS
You have the ability to install SSAS on a server which has multi-processors. Doing so allows several partitions to be updated in parallel.
Ideally you can configure SSAS and the database services on two separate servers. In the scenario where only one server is available there will be competition for resources which you can be eliminated by using two servers. However, you need to make sure you have good network connectivity between the two servers. Otherwise any performance gains will be reduced. Something to consider before using two servers is the possible licensing implications.
Make sure that you install the latest SQL Server 2005 Service packs and the appropriate patches. For example, SP2 of SQL Server 2005 has fix for the following bu, SQL Server Analysis Services 2005 system performance may be slow after you use the ADOMD.NET data provider to run an MDX query that returns a large result set from a cube (KB 919731).
Summary
The following is the summary of the actions and the effect of that action. You can see that what the benefits that you will achive after performing each action.
Actions
Cube Processing
Query Performance
Disk Resources
Data Length and Sizes
x
x
x
Key Attributes
x
x
Removing Unnecessary Attributes
x
x
Set Attribute Hierarchy Optimized State to FullyOptimized
x
x
Turn off Attribute Hierarchy
x
x
Define Hierarchy Relationships between attributes
x
x
Partitioning
x
Selecting Appropriate Process Type
x
Cube Process at Command Line
x
Configuring SSAS
x
x
<< Prev Page
Home
|
Peformance Articles
|
Audit Articles
|
Business Intelligence Articles
|
Clustering Articles
|
Developer Articles
|
Reporting Services Articles
|
DBA Articles
|
ASP.NET / ADO.NET Articles
|
DBA FAQ's
|
Developer Peformance FAQ's
|
DBA Peformance FAQ's
|
Developer FAQ's
|
Clustering FAQ's
|
Error Messages
|
Audit Tool Reviews
|
Backup Tool Reviews
|
Coding Tool Reviews
|
Compare Tool Reviews
|
Documentation Tool Reviews
|
Design Tool Reviews
|
Monitoring Tool Reviews
|
Log Tool Reviews
|
Reporting Tool Reviews
|
Clustering Tool Reviews
|
Security Tool Reviews
|
Change Management Tool Reviews
|
Remote Access Tool Reviews
|
Book Reviews
|
Security Tool Reviews
|
QDPMA Performance Tuning
|
ADO.NET / ASP.NET
|
Administration
|
Analysis/OLAP Services
|
Application Development
|
Configuration
|
Components
|
ETL
|
Hardware
|
High Availability
|
Hints
|
Index
|
Misc
|
Operating Systems
|
Performance Tuning
|
Replication
|
T-SQL
|
Views
© 1999-2008 by T10 Media. All rights reserved