trinodb/trino

Make default target result size configurable in ExecutingStatementResource

Open

#2,210 opened on Dec 5, 2019

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (9,113 stars) (2,678 forks)batch import
enhancementgood first issue

Description

https://github.com/prestodb/presto/issues/11908 mentions targetresultsize, is anyone open to a pr to make it configurable in server side properties? ie so folks can try 4mb instead of 1mb. returning 1gb data into reporting tool with odbc/jdbc is really slow. dumping to file on presto server is fast but not an option because the reporting tool cant access files on presto server

Contributor guide