shellmeng opened a new issue #3023: doris can support to limit the timeout of 
one sql execution
URL: https://github.com/apache/incubator-doris/issues/3023
 
 
   **Is your feature request related to a problem? Please describe.**
   I want to pass a timeout to one query sql, just like 'select /*+ 
max_execution_time(3000)*/'. once time is out, the query will return a timeout 
exception to the caller and kill the query inside the doris cluster to 
protected doris from being hurt by this dangerous query.
   
   **Describe the solution you'd like**
   just like mysql, support the timeout in a query like   'select /*+ 
max_execution_time(3000)*/'
   
   **Describe alternatives you've considered**
   no
   
   **Additional context**
   no

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to