[teiid-issues] [JBoss JIRA] (TEIID-2356) Add a query hint to limit the number of concurrent source queries

Steven Hawkins (JIRA) issues at jboss.org
Wed Mar 1 11:34:01 EST 2017


     [ https://issues.jboss.org/browse/TEIID-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the teiid-issues mailing list