-
Notifications
You must be signed in to change notification settings - Fork 82
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
Comments
I can't think of a way to write a test for this. The paging is done implicitly inside |
Yeah, can't think of one either. Perhaps the most important thing is not breaking the other tests.
_
Tom Schenk Jr.
Chief Data Officer
Department of Innovation and Technology
City of Chicago
(312) 744-2770
tom.schenk@cityofchicago.org | @ChicagoCDO
data.cityofchicago.org | opengrid.io | digital.cityofchicago.org | chicago.github.io | dev.cityofchicago.org
On Wed, Mar 8, 2017 at 7:56 AM -0600, "Nick Lucius" <notifications@github.com<mailto:notifications@github.com>> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#129 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABkC0Zv8hhziNyyDNuRzuWyxmXae3rvZks5rjrOBgaJpZM4MWzbK>.
…________________________________
This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail (or the person responsible for delivering this document to the intended recipient), you are hereby notified that any dissemination, distribution, printing or copying of this e-mail, and any attachment thereto, is strictly prohibited. If you have received this e-mail in error, please respond to the individual sending the message, and permanently delete the original and any copy of any e-mail and printout thereof.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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
The text was updated successfully, but these errors were encountered: