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

New job manager method to load the next schedule for all partitions at once #11

Open
beikov opened this issue May 29, 2020 · 0 comments
Assignees

Comments

@beikov
Copy link
Member

beikov commented May 29, 2020

On startup we query the next schedule for every PartitionKey which is not very nice when we have many partition keys. Introduce a new method Map<PartitionKey, Instant> getNextSchedules(...) that uses a lateral join to return the schedules of all partition keys at once and do that on startup as a performance improvement.

@beikov beikov self-assigned this May 29, 2020
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