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

Are performer ids guaranteed to increment? #171

Open
flimzy opened this issue Oct 23, 2024 · 0 comments
Open

Are performer ids guaranteed to increment? #171

flimzy opened this issue Oct 23, 2024 · 0 comments

Comments

@flimzy
Copy link

flimzy commented Oct 23, 2024

Reason I ask: I'm looking for a way to detect new performers, without querying the entire list of performers. If the ids are known to increment, then I can sort by id.desc, and only paginate until I find a known id, saving a bunch of API calls.

But, there are many gaps in the ids, so I wonder if the ids are assigned in a pseudo-random order, which would render this strategy unusable.

Thanks.

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

1 participant