![]() |
#1 |
Участник
|
axStart: Obsolete index
Источник: http://www.axstart.com/obsolete-inde...obsolete-index
============== We all know indexes on AX tables will improve performance when querying these tables. There are all kinds of fancy features such as parameter sniffing, trace flags, etc. But if we look for example at the ledger Journal Trans table you will start thinking that maybe core dynamics AX has added too many indexes. There are 27 indexes in AX 2012 R2. So what’s next… ![]() These indexes are added, when specific features in AX are created. But do you use these features? Even when the configuration key is turned off the index is still there. Trust me, to maintain 27 indexes on a table is a huge overload. So how can we get right of these indexes? The trick is to change the property Enabled to False. Next time you synchronize the database, they will disappear. But now you have to determine the obsolete indexes. I can give you some guidance:
![]() I can guarantee that the performance will double. Источник: http://www.axstart.com/obsolete-inde...obsolete-index
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
![]() |
#2 |
Модератор
|
__________________
-ТСЯ или -ТЬСЯ ? |
|
![]() |
#3 |
Участник
|
Цитата:
Сообщение от Blog bot
![]() These indexes are added, when specific features in AX are created. Even when the configuration key is turned off the index is still there. Trust me, to maintain 27 indexes on a table is a huge overload. So how can we get right of these indexes? The trick is to change the property Enabled to False.
- Я могу гарантировать все что угодно! (с) Футурама |
|