clickhouse-js icon indicating copy to clipboard operation
clickhouse-js copied to clipboard

Limit max length of HTTP query

Open mshustov opened this issue 2 years ago • 0 comments

The max length of a query depends on env. https://stackoverflow.com/questions/812925/what-is-the-maximum-possible-length-of-a-query-string

Let's be on the safe side and provide a meaningful default instead of waiting for customers to report a problem with a query silently truncated by a proxy or a server.

mshustov avatar Aug 12 '22 14:08 mshustov