prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.75k stars 5.29k forks source link

Allow the client to receive query results in a binary format #14013

Closed mbasmanova closed 2 years ago

mbasmanova commented 4 years ago

Currently, Presto sends the result to the client as a JSON (or via JDBC). This is inefficient and limits the total amount of data that a query can produce. We'd like to add an option for Presto to send data in a binary format. It could be an Arrow or some extension to it that adds RunLengthEncoding.

CC: @highker @kaikalur @biswapesh

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had any activity in the last 2 years. If you feel that this issue is important, just comment and the stale tag will be removed; otherwise it will be closed in 7 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things.