Saturday, July 7, 2018

Entire Table Caching

The entire table caching loads all the records in the table the first time one record
is fetched. There is no limitation on the number of records cached.
An individual cache is maintained for each data area in Microsoft Dynamics AX.
The AOS holds the cache. This is shared between all clients connected to the
AOS. The client supplements this AOS caching with a FoundAndEmpty single
record caching if possible.
The entire table caching is not used when making a join with other tables which
is not entire table cached.

The entire table caching is selected by the CacheLookup property setting on the
table. The individual users can disable the caching clicking
Tools > Options >Preload. This form also provides an overview of which tables are configured by
using entire table caching.




Best Regards,
Hossein Karimi

No comments:

Post a Comment

Configure the Firewall on the Enterprise Portal Server

After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...