parseable icon indicating copy to clipboard operation
parseable copied to clipboard

feat: allow arrow response for query

Open nitisht opened this issue 1 year ago • 1 comments

We should allow for an arrow response in a streaming fashion when a query is run. This will make time to first byte much faster and also allow integration with existing arrow ecosystem tools.

Console can leverage the arrow response.

We can still keep the json response for query as the default response but add a flag in query body, looking at the flag server can respond in arrow format.

nitisht avatar Feb 22 '24 06:02 nitisht