Skip to content

Commit

Permalink
Updated pagination notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaster committed Jun 28, 2021
1 parent 37f430e commit a38b963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,6 @@ This test code verifies:
Support for pagination headers is currently at alpha level. This means that:

- Not all endpoints with `limit` and `offset` parameters provide pagination headers.
- Pagination performance may vary for large results sets. We recommend making the `limit` size a larger value (half or a quarter of the total count, perhaps) to reduce pagination if performance degradation is experienced.
- SDK support for pagination is only available in the Typescript SDK prototype.
- Pagination performance may vary for large results sets. We recommend making the `limit` size a larger value (half or a quarter of the total count, perhaps) to reduce pagination if performance degradation is noticed as the `offset` grows larger.
- Currently, SDK support for pagination is only available in the Typescript SDK prototype.
- While SDK pagination routines **should** work for API endpoints that provide pagination headers, reliability is not guaranteed, and SDK pagination routines are only "community supported." This means that issues can be filed in this repository and Looker engineering will attempt to address them, but no timeframe or response is guaranteed.

0 comments on commit a38b963

Please sign in to comment.