Skip to main content
Swytch Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Cloud and Tiering

Start with memory when the application can refill its cache. Add a storage tier when data needs to outlive its current holders.

Storage choiceWhat it gives youBoundary
Memory-only SwytchFast, disposable local state; shared keys may have other holdersLosing every holder loses the data
AtmosA commercial local-disk tierAvailable to commercial customers; setup documentation is supplied separately
Swytch CloudA network storage tier and peer discoveryOnly uploaded, acknowledged state has reached durable storage

Atmos documentation is supplied separately to commercial customers.

Choose by the failure you need to survive

A process restart, Pod replacement, and loss of a node are different failures. Memory disappears with the process. Local storage depends on the lifetime and availability of its disk. A network tier can recover acknowledged state after all local processes stop.

Adding another Swytch replica does not automatically make a backup of every key. Subscriptions follow use.

Configure Swytch Cloud or follow Kubernetes tiering. For a rollout plan, read survive pod replacement.