[JBoss JIRA] (TEIID-220) There should also be a value set property to proc inputs
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-220?page=com.atlassian.jira.plugin.... ]
Steven Hawkins resolved TEIID-220.
----------------------------------
Resolution: Out of Date
Marking as out of date. It's unlikely that someone would need to support procedure execution based upon a set of values. We can also now look to expand domain type support to include conditions that can convey a set of values - or look to generally support enum types.
> There should also be a value set property to proc inputs
> --------------------------------------------------------
>
> Key: TEIID-220
> URL: https://issues.jboss.org/browse/TEIID-220
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Affects Versions: 6.0.0
> Reporter: Steven Hawkins
> Priority: Optional
>
> Defect Tracker #24821: It would be useful to support specifying the full domain of values for procedure inputs. This would allow for the procedure to be invoked relationally without the use of a where clause.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months
[JBoss JIRA] (TEIID-3075) OSGi bundle versions hardcoded
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3075?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3075:
---------------------------------------
[~rareddy] Looks like we still have quite a bit that is commented out in the features.xml. Should this be bucketed to 10?
> OSGi bundle versions hardcoded
> ------------------------------
>
> Key: TEIID-3075
> URL: https://issues.jboss.org/browse/TEIID-3075
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 8.7.1
> Reporter: Julian Coleman
> Priority: Minor
>
> The file:
> build/kits/karaf/teiid-karaf-features.xml
> contains hard-coded versions of some dependencies. For example:
> <bundle>wrap:mvn:org.apache.lucene/lucene-core/3.6.2</bundle>
> <bundle>mvn:org.infinispan/infinispan-query/5.2.1.Final</bundle>
> These should be replaced by the appropriate properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months
[JBoss JIRA] (TEIID-2356) Add a query hint to limit the number of concurrent source queries
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2356?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-2356.
-----------------------------------
Resolution: Out of Date
This can be reopened if needed, but as mentioned in the issue a query level hint would like just override the engine's user source request concurrency setting.
> Add a query hint to limit the number of concurrent source queries
> -----------------------------------------------------------------
>
> Key: TEIID-2356
> URL: https://issues.jboss.org/browse/TEIID-2356
> Project: Teiid
> Issue Type: Sub-task
> Components: Query Engine
> Affects Versions: 7.4
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Minor
>
> We would like a new query hint to limit the number of parallel executions of union members. This is useful in two situations:
> 1. When the queries are expensive, but the overall union contains a limit that is most likely to be fulfilled by the first member of the union
> 2. When the queries are backed by a common resource which may be overloaded by multiple queries
> The addition of a hint would make this manageable by the client; perhaps something like "/*+ parallel=2*/"?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 10 months