ryan-syed commented on issue #1332:
URL: https://github.com/apache/arrow-adbc/issues/1332#issuecomment-1846197555

   @davidhcoe @zeroshade @jduo Please review and suggest your thoughts about 
the 
[proposal](https://github.com/apache/arrow-adbc/issues/1332##Proposal:~:text=several%20other%20calls.-,Proposal,-%3A).
 Please add other reviewers as necessary.
   
   TL;DR 
   
   `GetObjects` makes fours SQL calls at the highest depth of `ObjectDepthAll` 
or `ObjectDepthColumns`. Reduce that call to a single call for the depth 
provided and infer data for the previous depths based on that call. Also, 
considering that we need to refactor the SQL calls, should we consider using 
`SHOW` instead of `SELECT` for getting the metadata similar to what ODBC does? 
I have mentioned the trade-offs associated with each. 
   


-- 
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