]
Ramesh Reddy resolved TEIID-4768.
---------------------------------
Fix Version/s: 9.3
Resolution: Done
Added description of Status table to the documentation.
Clarify Caching guide using external materializaion
---------------------------------------------------
Key: TEIID-4768
URL:
https://issues.jboss.org/browse/TEIID-4768
Project: Teiid
Issue Type: Sub-task
Components: Documentation
Affects Versions: 9.3
Reporter: Van Halbert
Assignee: Ramesh Reddy
Priority: Critical
Fix For: 9.3
The caching guide section that relates to external materialization needs to add the
following information for clarity:
- the TTL needs to be set at a minimum of 5 minutes (300000) so in cases where the
status gets hung at "LOADING" (i.e., the target cache goes down during
materialization), the materialization process will recover and restart the loading.
- add a status table "Status" matrix:
LOADED - means the cache was loaded
LOADING - means cache is in the process of loading
FAILED_LOAD - means an error occurred during the load process
...
and these should correlate to the section that describes the process in detail.