AccuWeb.Cloud allows deploying both single-node and clustered databases. How do I decide?

Single-node is fine if:

  • You’re in MVP or early growth

  • Downtime of a few minutes is acceptable

  • Cost efficiency is more important than HA

Clustered makes sense if:

  • You need high availability

  • You can’t tolerate downtime

  • You’re running production workloads with SLAs

Why this matters:
Clusters add redundancy and automatic failover — but also complexity and cost.

Pro tip:
Start single-node, design your app to be cluster-ready, then upgrade when the business demands it.