Skip to content

Commit

Permalink
Document limit pushdown in BigQuery connector
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 9, 2025
1 parent a2d72da commit 6b868e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/src/main/sphinx/connector/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,21 @@ 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 to reduce CPU consumption in BigQuery and performance overall. Pushdown is
not supported by the Storage API, used for the more common Trino-managed
tables, and therefore not used for access with it.

## FAQ

### What is the Pricing for the Storage API?
Expand Down

0 comments on commit 6b868e3

Please sign in to comment.