Skip to content

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

@beikov

Description

@beikov

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions