[JBoss JIRA] (TEIID-4251) Built in support for Postgres DB as materialization target
by Ramesh Reddy (Jira)
[ https://issues.jboss.org/browse/TEIID-4251?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-4251:
-------------------------------------
IMO, using the "allow-materialization-management" is the simplest way to control it and it will be consistent when we also support Infinispan. We can't be providing two different solutions. Going with cron jobs, we would need to devise ways to create these and inject during the pod creations. "Status" table would give us the ability to create dashboards in UI and ability to ad-hoc management. If we want we can think about creating "Status" table on disk for OOB scenarios and use PG for the Syndesis like scenarios where we can automate the creation of the tables.
> Built in support for Postgres DB as materialization target
> ----------------------------------------------------------
>
> Key: TEIID-4251
> URL: https://issues.jboss.org/browse/TEIID-4251
> Project: Teiid
> Issue Type: Sub-task
> Components: Server
> Reporter: Ramesh Reddy
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 11.2
>
>
> If Postgres database is available along with install or assumed that it is available, then some of the materialization task can be automated, like
> - Creation of a common STATUS table
> - Creation of the materilization targets (create views on dbms)
> - On load, on undeploy and load scripts for all the materialization views
> We need to device a way this to be pluggable, such that based on success of this, we can provide additional support for other sources.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months
[JBoss JIRA] (TEIID-5508) Add community docs around openshift usage
by Steven Hawkins (Jira)
Steven Hawkins created TEIID-5508:
-------------------------------------
Summary: Add community docs around openshift usage
Key: TEIID-5508
URL: https://issues.jboss.org/browse/TEIID-5508
Project: Teiid
Issue Type: Quality Risk
Components: Documentation
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 12.0
We should expand upon docker dealing with running Teiid in a container to reference more about running in openshift - in particular how that affects cluster, load balancing, what health checks can be used, etc.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months
[JBoss JIRA] (TEIID-5473) Make JDBCMetadataProcessor more extensible with protected methods
by Ken Geis (Jira)
[ https://issues.jboss.org/browse/TEIID-5473?page=com.atlassian.jira.plugin... ]
Ken Geis commented on TEIID-5473:
---------------------------------
Thanks, Steven. I don't expect this in a patch release. I'll check it out in 11.2 and open another issue if I find more that would be helpful.
> Make JDBCMetadataProcessor more extensible with protected methods
> -----------------------------------------------------------------
>
> Key: TEIID-5473
> URL: https://issues.jboss.org/browse/TEIID-5473
> Project: Teiid
> Issue Type: Feature Request
> Components: JDBC Connector
> Affects Versions: 11.1
> Reporter: Ken Geis
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 11.2
>
>
> I believe I can write a JDBCMetadataProcessor that works faster against my Oracle database. The important part to override is in getIndexes(..). This method is package-private, so I cannot override it. It would be useful to me if the method (and maybe others) were made protected so that they can be overridden.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months