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.
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.