This section describes the database deployment models supported by the FPT Database Engine, enabling users to choose an architecture that meets their availability, performance, and cost requirements.
The Single Node deployment model provisions the database on a single node with allocated compute (vCPU, RAM) and storage resources. This model does not support automatic failover and depends entirely on the availability of the node.
The Single Node model is suitable for:
Key characteristics:
The High Availability (HA / Cluster) deployment model provisions the database across multiple nodes, including a primary node and one or more standby/replica nodes, to ensure high availability and fault tolerance.
In this model, the database is continuously monitored. When the primary node fails, the system automatically performs a failover to a standby node, minimizing downtime and ensuring service continuity.
Key characteristics:
Benefits: