Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Retrieving whole tables artificially limited #58

Open
wwaites opened this issue Jan 21, 2012 · 1 comment
Open

Retrieving whole tables artificially limited #58

wwaites opened this issue Jan 21, 2012 · 1 comment

Comments

@wwaites
Copy link

wwaites commented Jan 21, 2012

Likely for performance reasons.

Tables larger than a certain size cannot be retrieved.

This seems to be regardless of what a _limit filter is sent.

This means that a naive iteration over a table with webstore-client doesn't work.

Probably a documentation bug more than anything, and webstore-client needs
taught about paging.

@rufuspollock
Copy link
Member

Depends on the area: for html there is hard limit at 1000 rows I believe. JSON and other formats should be unlimited. Agreed need improvements to docs.

What do you think should happen here? (Also patches welcome :-) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants