paleolimbot commented on issue #71:
URL: https://github.com/apache/arrow-adbc/issues/71#issuecomment-1540157185

   Yes, it won't return anything less than one row at a time. But right now we 
do download -> decode -> download ->decode and we in theory could do
   
   ```
   download -> download -> download -> download -> download ->
                           sync -> decode -> wait              sync -> decode
   ```
   
   ...such that the only time the user pays for is download time. (Probably 
complicated to get right, though).


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to