zeroshade commented on issue #2171:
URL: https://github.com/apache/arrow-adbc/issues/2171#issuecomment-2408042414

   @davidhcoe that example has `use "PERF_DB"` so it is using a database 
context to perform the subsequent queries. Do you have an example with the ODBC 
driver where you are trying to get this metadata information without a database 
context like you're attempting to do with ADBC? Or does the ODBC driver also 
require having a database context?
   
   You mentioned that the ODBC version is consistently <1 second while the ADBC 
version is 2+ seconds, but the ODBC calls in the example aren't performing the 
equivalent task to what we're talking about? That ODBC call stack is only 
fetching the list of schemas in a single database, and then the metadata 
columns in a single table. That's not the equivalent to null catalog example 
with ADBC, and the ODBC version is using a database context.
   
   Can we get the ODBC calls for the equivalent task to the full search without 
a database context so we can see what queries the driver is making?


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