I saw the same. A small, stateless query ability would be nice (connection open, initialization, query in one message, the resultset in the response in one message)
On Mon, Feb 28, 2022, 13:12 Micah Kornfield <emkornfi...@gmail.com> wrote: > I'm rereviewing the Flight SQL interfaces, and I'm not sure if I'm missing > it but is there any optimization for small results? My concern is that the > overhead of the RPCs for the DoGet after executing the query could add > non-trivial latency for smaller results. > > Has anybody else thought about this/investigated it? Am I understanding > this correctly? > > Thanks, > Micah >