fjy closed pull request #6821: Update sql.md
URL: https://github.com/apache/incubator-druid/pull/6821
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/content/querying/sql.md b/docs/content/querying/sql.md
index 76080fbb0c2..569ad502dfb 100644
--- a/docs/content/querying/sql.md
+++ b/docs/content/querying/sql.md
@@ -658,9 +658,9 @@ The Druid SQL server is configured through the following 
properties on the broke
 |--------|-----------|-------|
 |`druid.sql.enable`|Whether to enable SQL at all, including background 
metadata fetching. If false, this overrides all other SQL-related properties 
and disables SQL metadata, serving, and planning completely.|false|
 |`druid.sql.avatica.enable`|Whether to enable JDBC querying at 
`/druid/v2/sql/avatica/`.|true|
-|`druid.sql.avatica.maxConnections`|Maximum number of open connections for the 
Avatica server. These are not HTTP connections, but are logical client 
connections that may span multiple HTTP connections.|50|
+|`druid.sql.avatica.maxConnections`|Maximum number of open connections for the 
Avatica server. These are not HTTP connections, but are logical client 
connections that may span multiple HTTP connections.|25|
 |`druid.sql.avatica.maxRowsPerFrame`|Maximum number of rows to return in a 
single JDBC frame. Setting this property to -1 indicates that no row limit 
should be applied. Clients can optionally specify a row limit in their 
requests; if a client specifies a row limit, the lesser value of the 
client-provided limit and `maxRowsPerFrame` will be used.|5,000|
-|`druid.sql.avatica.maxStatementsPerConnection`|Maximum number of simultaneous 
open statements per Avatica client connection.|1|
+|`druid.sql.avatica.maxStatementsPerConnection`|Maximum number of simultaneous 
open statements per Avatica client connection.|4|
 |`druid.sql.avatica.connectionIdleTimeout`|Avatica client connection idle 
timeout.|PT5M|
 |`druid.sql.http.enable`|Whether to enable JSON over HTTP querying at 
`/druid/v2/sql/`.|true|
 |`druid.sql.planner.maxQueryCount`|Maximum number of queries to issue, 
including nested queries. Set to 1 to disable sub-queries, or set to 0 for 
unlimited.|8|


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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