]
Barry LaFond updated TEIIDDES-3028:
-----------------------------------
Fix Version/s: 11.3
(was: 11.2)
Add "LoadNumber" column to Materialized View cache tables
---------------------------------------------------------
Key: TEIIDDES-3028
URL:
https://issues.jboss.org/browse/TEIIDDES-3028
Project: Teiid Designer
Issue Type: Enhancement
Components: Modeling
Reporter: Ramesh Reddy
Priority: Blocker
Fix For: 11.3
Based on TEIID-4628, to work with eager updates on materiliazed view, a materialized
view's cached table MUST contain an additional column called "LoadNumber"
along with rest of view columns. This column is used track the and update the cache
contents according to the
{code}
SYSADMIN.updatematView
{code}
procedure. The relevant document can be found at
https://teiid.gitbooks.io/documents/content/caching/External_Materializat...