Skip to content

Commit

Permalink
Add limit pushdown to BigQuery docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Dec 3, 2024
1 parent a057c42 commit cc17711
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 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,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?
Expand Down

0 comments on commit cc17711

Please sign in to comment.