Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Increase Paging Capacity #129

Closed
nicklucius opened this issue Mar 8, 2017 · 2 comments
Closed

Increase Paging Capacity #129

nicklucius opened this issue Mar 8, 2017 · 2 comments
Assignees
Milestone

Comments

@nicklucius
Copy link
Contributor

The Socrata API returns 1000 rows at a time by default, and RSocrata currently leaves the default in place. Increasing it to return 50,000 rows will allow for faster paging through large datasets.

https://dev.socrata.com/docs/paging.html

@nicklucius nicklucius added this to the 1.7.2 milestone Mar 8, 2017
@nicklucius nicklucius self-assigned this Mar 8, 2017
@nicklucius
Copy link
Contributor Author

I can't think of a way to write a test for this. The paging is done implicitly inside read.socrata() and no information about it is returned by the function.

@tomschenkjr
Copy link
Contributor

tomschenkjr commented Mar 8, 2017 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants