forked from mikegore1000/SimpleEventStore
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Description
We have a need to delete streams after a time period that is agreed with the business. The driver is to cap CosmosDB costs by reducing the storage capacity requirement. As a result, some less-used services can change to single-partition collections, which significantly reduces their contribution to the total RU cost. Is it worth a discussion about a proposed approach, following which we could put a PR together?