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

initial double-querying #22

Closed
pgeez opened this issue Sep 15, 2014 · 1 comment
Closed

initial double-querying #22

pgeez opened this issue Sep 15, 2014 · 1 comment
Assignees
Labels

Comments

@pgeez
Copy link
Contributor

pgeez commented Sep 15, 2014

if you do the following query...

q = .query(limit=N)[N:]

the client queries the backend twice. however, it does not when you query...

q = .query(limit=N)[M:](M < N)

@pgeez pgeez added the P3:low label Sep 15, 2014
@pgeez pgeez self-assigned this Sep 15, 2014
@davecap
Copy link
Member

davecap commented Oct 31, 2014

@pgeez this is fixed right?

@pgeez pgeez closed this as completed Nov 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants