Who is online?  0 guests and 0 members
Home  »  Blogs  »  DevinKnight: July 2010

Communifire Blogs

Blogs RSS Feed

DevinKnight :July 2010 postings

DevinKnight

SSIS - Event Handler Performance

7/20/2010 by DevinKnight  -  Comments: 0  -  Views: [3407]

Event handlers are a great tool for managing errors and other events that occur during the execution of a package run. Using event handlers can however add additional time to the run of a package. Depending on the event that is selected it could cause more performance issues than others. For example, if you have the OnInformation event selected then the package could fire off the event dozens of times during one run, but when you have the OnError event selected you will only see the event fire o...

Read More

DevinKnight

SSAS Cache Warming with an SSIS package

7/1/2010 by DevinKnight  -  Comments: 4  -  Views: [7163]

There are several techniques that can be used for performance tuning Analysis Services. You may already be familiar with the typical methods used like Partitions and Aggregations . However, an often forgotten method for tuning query performance is cache warming. This is the very basic idea of running your frequently used queries ahead of time so that after reprocessing your cube your users will not be querying from a “cold cache”. The queries that your users will run throughout the day will alre...

Read More

Page 1 of 1 (2 items)