This content has been marked as final.
Show 3 replies
-
1. How to set query Timeout in Teiid 7.3
Ramesh Reddy Apr 16, 2011 9:40 PM (in response to Rakesh Balguri)Rakesh,
Check out Statement API, use setQueryTimeout method on it.
Ramesh..
-
2. How to set query Timeout in Teiid 7.3
Rakesh Balguri Apr 18, 2011 5:46 AM (in response to Ramesh Reddy)Hi Ramesh,
Thanks for the reply.
Is there any way to the set the query timeout on the Server side instead of on the Statement. Like can we specify this in the teiid-jobss-beans.xml file or a similar file?
Thanks,
Rakesh.
-
3. How to set query Timeout in Teiid 7.3
Steven Hawkins Apr 18, 2011 10:03 AM (in response to Rakesh Balguri)Hi Rakesh,
Could you log a feature request? Some things to think about:
Would you want it to only be a server side setting, and/or set as a connection property? Would the Statement.setQueryTimeout override the server value?
Steve