sql icon indicating copy to clipboard operation
sql copied to clipboard

Statement back pressure

Open penghuo opened this issue 2 years ago • 0 comments

  1. Add concurrent statement limit of each session. if the waiting statement larger than plugins.query.executionengine.spark.session.interactive_statement.limit, reject the submit statement request.
  2. Default value of plugins.query.executionengine.spark.session.interactive_statement.limit is 10.

penghuo avatar Oct 23 '23 23:10 penghuo