You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "vipere (via GitHub)" <gi...@apache.org> on 2023/06/05 10:55:44 UTC

[GitHub] [arrow-adbc] vipere opened a new pull request, #726: perf(go/adbc/driver/flightsql): filter by schema in getObjectsTables

vipere opened a new pull request, #726:
URL: https://github.com/apache/arrow-adbc/pull/726

   GetObjects uses this function, for example to list the tables in a specific schema.
   The issue is getObjectsTables does not use the requested schema as a filter when making the API call, and only later the results are filtered on the client side.
   This fix prevents the server from having to process a lot of unnecessary data in DBs with many schemas.


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-adbc] lidavidm merged pull request #726: perf(go/adbc/driver/flightsql): filter by schema in getObjectsTables

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm merged PR #726:
URL: https://github.com/apache/arrow-adbc/pull/726


-- 
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-unsubscribe@arrow.apache.org

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