AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 02.09.2009, 16:05   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
Everything AX: Dynamics AX running on a compressed SQLServer 2008 database
Источник: http://www.crankturner.com/2008/09/d...ompressed.html
==============

 

At AXUG Summit this month, I could not believe that Microsoft representatives were recommending to run Dynamics AX database in compressed mode on SQLServer 2008 (and I'm not talking about compressed backups). But hey, that's what the test server is for, right?

In theory...

How can a compressed database run faster than a non-compressed database? The reasoning given is that the compressed data pages stay in memory compressed. This is like getting about a 50% boost in memory for your database server.

Our environment...

In the company I work for, we are running 125Gb database with the backing store as an Equallogics SAN set in RAID-5 mode (long story, don't ask, it is what it is, sigh). Of course, that virtually guarantees that our Dynamics AX is I/O bound - every improvement we can make to our I/O sub-system will directly translate into improved database performance.

With compression turned on, the database server made about significantly less traffic to the SAN - that translates to an amazing huge performance gain.

Warning, before trying this, if you see your CPU regularly over 75% utilization, this may not be right for you - your system may be CPU constrained - and improvements to the disk I/O will not help. Added to that, the compression/decompression requires some (but less than I expected) CPU overhead.

How to...

We have migrated our data to SQLServer 2008, but it was difficult to understand how to run it "compressed". It turns out that enabling compression means to enable compression on a table by table, index by index basis (about 1000 objects in Dynamics 2009). Ouch. Time to Google.

I found the solution in SQLServer 2008 Bible, along with 2 great stored procs which can be downloaded here.
db_compression_estimate estimates the row and page compression gain for every table and index in the database.

db_compression (@minCompression) will check the current compression setting and compare it to potential row and page compression gains. If the compression should be adjusted it performs the alter command. The default @minCompression setting is 25%.

If the estimated gain is equal to or greater than @minCompression parameter then it enables row or page compression whichever is greater gain. If row and page have same gain then it enables row compression.

If estimated gain is less than @mincompression parameter then compression is set to none.

More info...

If you are interested in SQLServer 2008, the SQLServer 2008 Bible is a must read.

Full database compression is a seriously lengthy operation. On our database, it took over 12 hours of pinning (maxing out) the database and SAN. Plan accordingly.

Until next time...
    ...Crank

Technorati Tags: SQLServer 2008,database compression,Dynamics AX 2009



Источник: http://www.crankturner.com/2008/09/d...ompressed.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
За это сообщение автора поблагодарили: xiety (1).
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
CRM DE LA CREME! Configuring Microsoft Dynamics CRM 4.0 for Internet-facing deployment Blog bot Dynamics CRM: Blogs 0 18.08.2009 11:05
gatesasbait: Dynamics AX 2009 SSRS and SSAS Integration Tips Blog bot DAX Blogs 3 09.07.2009 13:07
Developer for Microsoft Dynamics AX Certification Roadmap Blog bot DAX Blogs 1 13.05.2009 16:17
axStart: Microsoft Dynamics AX 2009 Hot Topics Web Seminar Series Blog bot DAX Blogs 0 06.08.2008 12:05
Dynamics AX: Dynamics AX 2009 & SQL Server 2008 Blog bot DAX Blogs 0 10.06.2008 21:08

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 21:05.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.