]
Barry LaFond updated TEIIDDES-1732:
-----------------------------------
Fix Version/s: 8.6
(was: 8.5)
Stream line steps to implement all the steps around materialization
--------------------------------------------------------------------
Key: TEIIDDES-1732
URL:
https://issues.jboss.org/browse/TEIIDDES-1732
Project: Teiid Designer
Issue Type: Feature Request
Components: Modeling
Affects Versions: 8.2
Reporter: Van Halbert
Assignee: Barry LaFond
Fix For: 8.6
Would like to stream line the steps to putting materialization to work. Example:
- Right mouse click on view, select materialization
- present wizard to walk thru the following options:
- create physical table based on selected view/table (export/import of ddl is supported,
but would like the table automatically created)
- put name of mat table into the selected table/view to be materialized
- [optional] export DDL (file system or clipboard)
- [optional] create procedure that has the "select into" for refreshing
Having the procedure provides the immediate ability to call to refresh, without having to
remember what tables. Also, with the feature of native queries, could add the truncate
call to clear the table.
Once thru this wizard, (I think) everything is in place to do materialization for the
specified table.