diff --git a/docs/src/main/sphinx/connector/bigquery.md b/docs/src/main/sphinx/connector/bigquery.md index 7196590ba49a..248c645da7c1 100644 --- a/docs/src/main/sphinx/connector/bigquery.md +++ b/docs/src/main/sphinx/connector/bigquery.md @@ -430,6 +430,19 @@ FROM ```{include} query-table-function-ordering.fragment ``` +## Performance + +The connector includes a number of performance improvements, detailed in the +following sections. + +(bigquery-pushdown)= +### Pushdown + +The connector supports pushdown for a number of operations: + +- [](limit-pushdown) for access to tables and other objects when using the REST + API. Pushdown is not supported by the Storage API and therefore not used for access with it. + ## FAQ ### What is the Pricing for the Storage API?