[
https://issues.redhat.com/browse/TEIIDSB-170?page=com.atlassian.jira.plug...
]
Steven Hawkins commented on TEIIDSB-170:
----------------------------------------
I am saying any of these require further user input that that takes
away the usability of it as user expected to additional input.
It's better to require slightly more user input, than to introduce a brittle solution.
It also for example allows the user to differentiate between internal and datagrid -
there are instances where it's better to have an in-process and in-memory cache, which
we can't express here correct?
It is not like language features keep extending, these 3 different
statements that we are interested in IMO are much static in nature.
That is not entirely correct and is building assumptions of context around artificial
limitations we introduced for backwards compatibility - such as create schema cannot take
a statement list (which are not semicolon delimited), create view, etc. cannot be schema
qualified, option values being literals (which had changed from the initial incarnation to
accept things other than strings), etc. Why start down the path of baking that into
another place?
if we want foolproof one this is it.
If you want foolproof, then we'd make an out of process call to the existing parser.
Automate materialization to JDG
-------------------------------
Key: TEIIDSB-170
URL:
https://issues.redhat.com/browse/TEIIDSB-170
Project: Teiid Spring Boot
Issue Type: Enhancement
Components: OpenShift
Reporter: Steven Hawkins
Assignee: Ramesh Reddy
Priority: Major
Fix For: 1.5.0
Original Estimate: 1 week
Time Spent: 1 week, 3 days, 2 hours
Remaining Estimate: 0 minutes
Create an internal materialization replacement needs that is turnkey materialization to
JDG (little to no user setup required)
- the operator may create the infinispan cluster if needed
- the status table and internal representation of the materialization target would be
setup automatically
For the user this would be as simple marking a view as materialized and then it would be
populated in jdg upon deployment. They would not have any concerns with cache naming,
status tables, etc.
For simplicity the initial version would make a similar assumption to the current
internal logic - it is for only a specific vdb. If the vdb cr is modified, then it's
expected that the cache would be recreated.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)