davidrb84 Posted December 4, 2018 Posted December 4, 2018 Good afternoon I am an occasional database direct user, it was the only practical way to get data from supportworks and it's a bad habit I'm finding it hard to break. I am cautious running queries here, however, if I run a query that might be overly resource intensive is there a timeout or manual abort that I can use to kill the query.
davidrb84 Posted March 11, 2019 Author Posted March 11, 2019 I wonder if anyone has any idea about this? Makes me nervous not being able to kill thread/query.
Victor Posted March 19, 2019 Posted March 19, 2019 On 12/4/2018 at 12:52 PM, davidrb84 said: if I run a query that might be overly resource intensive is there a timeout or manual abort that I can use to kill the query @davidrb84 any query ran using the database direct has a 30sec timeout for the exact reason of preventing to much strain on the data services... You don't need to worry about "killing" any thread ... if any action needs to be taken, our infrastructure team will do it... obviously without disrupting the overall service.
davidrb84 Posted March 28, 2019 Author Posted March 28, 2019 On 3/19/2019 at 11:20 AM, Victor said: @davidrb84 any query ran using the database direct has a 30sec timeout for the exact reason of preventing to much strain on the data services... You don't need to worry about "killing" any thread ... if any action needs to be taken, our infrastructure team will do it... obviously without disrupting the overall service. Thanks @Victor the 30 second timeout is exactly what I was look for, thankyou.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now