BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
361 stars 129 forks source link

Break Redis into Ephemeral and Persistent Services #1636

Closed ghost closed 2 years ago

ghost commented 2 years ago

Redis has no granularity of doing persistence, it either saves everything or nothing.

The COSMOS Streams, and probably also the CVT do not need to be persisted. Having these being persisted is causing large periodic disk access.

We should break Redis into persisted and non-persisted stores.