zeroshade commented on issue #37720:
URL: https://github.com/apache/arrow/issues/37720#issuecomment-1719814735

   > This seems reasonable to me. I suppose you're planning to embed the 
parameters directly into the client-side handle? This is a little unfortunate 
since then you're bouncing through Protobuf, but I suppose most systems are 
only thinking about 'small' sets of parameters anyways (and this can always be 
optimized if needed).
   
   I agree that this seems to be fairly low overhead, provided that the 
parameters are few and small in number (which isn't always the case, such as a 
parameterized INSERT statement etc.) I guess my only real concern is that we 
end up losing a lot of performance or will require externally preserved state 
to manage that handle (of course these are orthogonal to FlightSQL as it would 
be application defined). I wouldn't want the protocol to encourage having to 
embed the parameters directly in the client-side handle, but I also don't see a 
better solution to this offhand.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to