[JBoss JIRA] (TEIID-3992) Improve performance of pg system tables
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3992?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3992:
---------------------------------------
The approach here was to add the parent uid to some of the system tables so that the parent oid could be determined without a join/subquery. Beyond that the mat_pg_attr table was complete removed as we could go directly against sys.columns which is effectively indexed against the schema/table name.
> Improve performance of pg system tables
> ---------------------------------------
>
> Key: TEIID-3992
> URL: https://issues.jboss.org/browse/TEIID-3992
> Project: Teiid
> Issue Type: Sub-task
> Components: ODBC, Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 9.0
>
>
> Once materialization is removed from the pg catalog tables performance can be an issue. At least for the common metadata queries issued with every request.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (TEIID-4019) teiid-standalone-mode-install.cli executed failed due to 'authentication-security-domain' be removed
by Kylin Soong (JIRA)
Kylin Soong created TEIID-4019:
----------------------------------
Summary: teiid-standalone-mode-install.cli executed failed due to 'authentication-security-domain' be removed
Key: TEIID-4019
URL: https://issues.jboss.org/browse/TEIID-4019
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 9.0
Reporter: Kylin Soong
Assignee: Steven Hawkins
Fix For: 9.0
The following cli executed failed
{code}
subsystem=teiid/transport=odata:add(authentication-security-domain=teiid-security)
/subsystem=teiid/transport=jdbc:add(protocol=teiid, socket-binding=teiid-jdbc, authentication-security-domain=teiid-security)
/subsystem=teiid/transport=odbc:add(protocol=pg, socket-binding=teiid-odbc, authentication-security-domain=teiid-security, ssl-mode=disabled)
{code}
The error looks
{code}
'authentication-security-domain' is not found among the supported properties: [input-buffer-size, keystore-key-alias, keystore-key-password, keystore-name, keystore-password, keystore-type, max-socket-threads, output-buffer-size, pg-max-lob-size-in-bytes, protocol, socket-binding, ssl-authentication-mode, ssl-enabled-cipher-suites, ssl-keymanagement-algorithm, ssl-mode, ssl-ssl-protocol, truststore-name, truststore-password]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (TEIID-4018) Class loading issue using ProtoSchemaBuilder to register annotated pojo
by Van Halbert (JIRA)
Van Halbert created TEIID-4018:
----------------------------------
Summary: Class loading issue using ProtoSchemaBuilder to register annotated pojo
Key: TEIID-4018
URL: https://issues.jboss.org/browse/TEIID-4018
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.12.x
Reporter: Van Halbert
Assignee: Steven Hawkins
Priority: Blocker
Logic was changed in the infinispan dsl translator to use the ProtoSchemaBuilder to register the protobuf annotated pojo so that the marshaller(s) and protobuf definition files are not needed. However, there's an infinispan class loading issue that requires the upgrading to the protostream-3.0.5 version.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (TEIID-4018) Class loading issue using ProtoSchemaBuilder to register annotated pojo
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-4018?page=com.atlassian.jira.plugin... ]
Van Halbert reassigned TEIID-4018:
----------------------------------
Assignee: Van Halbert (was: Steven Hawkins)
> Class loading issue using ProtoSchemaBuilder to register annotated pojo
> -----------------------------------------------------------------------
>
> Key: TEIID-4018
> URL: https://issues.jboss.org/browse/TEIID-4018
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Affects Versions: 8.12.x
> Reporter: Van Halbert
> Assignee: Van Halbert
> Priority: Blocker
> Fix For: 8.12.x
>
>
> Logic was changed in the infinispan dsl translator to use the ProtoSchemaBuilder to register the protobuf annotated pojo so that the marshaller(s) and protobuf definition files are not needed. However, there's an infinispan class loading issue that requires the upgrading to the protostream-3.0.5 version.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months