hi.
I´m a SQL Server DBA working with Dynamics AX and i´m studying some concepts about the cachelookup property. i think can use SQL Server´s DMV sys.dm_db_index_usage_stats to help me choosing the best option (Entire Table, found, foundandEmpty, notintts or None). Is it right?
I´ve read that´s not good use EntireTable in very large or heavily updated tables, beucase AX creates large tables in disk and not place it in cache and this process has a high cost and heavily updated tables need to be flushed every time from AOS.
What about tables that have a lot of seeks, scans or lookups in sys.dm_db_index_usage_stats? Can i use these informations to help me in this choice?
Regards
*This post is locked for comments
I have the same question (0)