title: "Operational guidelines" description: "General guidelines for production" menu: main:
parent: "manage"
weight: 4
name: "Operational guidelines"
identifier: "operational-guidelines"
The following provides some general guidelines for production.
Use production cluster(s) for production workloads only. That is, avoid using production cluster(s) to run development workloads or non-production tasks.
{{% best-practices/architecture/three-tier %}}
If a three-tier architecture is infeasible or unnecessary due to low volume or a non-production setup, a two cluster or a single cluster architecture may suffice.
See Appendix: Alternative cluster architectures for details.
{{% best-practices/ingest-data/scheduling %}}
In production, if possible, use a dedicated cluster for sources; i.e., avoid putting sources on the same cluster that hosts compute objects, sinks, and/or serves queries.
{{% best-practices/architecture/upsert-source %}}
See also Production cluster architecture.
To allow for blue/green deployment, avoid putting sinks on the same cluster that hosts sources .
See also Cluster architecture.
For upsert sources, snapshotting is a resource-intensive operation that can require a significant amount of CPU and memory.
During hydration (both initial and subsequent rehydrations), materialized views require memory proportional to both the input and output. When estimating required resources, consider both the hydration cost and the steady-state cost.
During sink creation (initial hydration), sinks need to load an entire snapshot of the data in memory.