Skip to content

Reminders scalability issues #947

Description

@MSFT-AshleyIngram

Orleans currently loads the entire reminders table into memory on Silo startup, partitioning reminders across available silos in the cluster, regardless of the time that reminders are set for.

This causes a limitation on the number of reminders that can be set at any given time, because of memory constraints across the cluster.

We propose paging reminders, loading only the reminders which will trigger within a configurable time period in the future.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions