Skip to main content

Fde Glossary

This section provides clear definitions and explanations for the key terms and concepts commonly used in the FPT Database Engine platform. Whether you are a beginner or an experienced user, understanding these terms will help you make the most of the features and capabilities our service offers.

General Cloud & DBaaS Terms

TermDefinition
DatabaseA structured or semi-structured collection of data managed for efficient access and processing.
SQLA standard language used to define, query, and manipulate data in relational databases.
Relational DatabaseA database that organizes data into related tables based on the relational data model.
Non-relational DatabaseA database that does not use the relational table model, commonly used for scalable and flexible data storage.
Virtual CPU (vCPU)A virtualized processing unit allocated to cloud compute resources.
RAMVolatile memory allocated to cloud workloads for runtime operations.
Storage DiskA storage resource used to persist data in cloud environments.
ComputeProcessing resources including CPU and memory used to run workloads.
FlavorA predefined combination of compute resources (vCPU, RAM) for a database instance.
Cloud ComputingA computing model that delivers IT resources (compute, storage, network) on demand over the Internet.
Database-as-a-Service (DBaaS)A managed database service that allows users to consume databases without managing underlying infrastructure.
Managed DatabaseA database service where the provider handles provisioning, operations, maintenance, and backups.
RegionA geographical area containing one isolated infrastructure.
Virtual Private Cloud (VPC)A virtual network isolating cloud resources at the tenant level.
SubnetA segment of the VPC that provides IP address ranges for resources.
CIDRThe IP range notation used to define a subnet.
Static IP PoolA reserved set of IPs within a subnet that can be statically allocated.

Database Architecture & Deployment Terms

TermDefinition
Database InstanceA single running database instance on allocated resources.
Database ClusterA group of database instances working together to provide high availability and scalability.
Primary NodeThe node responsible for handling write operations.
Standby / ReplicaA node that replicates data from the primary for redundancy or read operations.
Read ReplicaA replica optimized for read queries.
FailoverThe process of switching to a standby node when a failure occurs.
High Availability (HA)An architecture designed to ensure continuous operation with minimal downtime.
Database ProxyAn intermediary component that routes application connections to appropriate database instances.

Backup & Recovery Terms

TermDefinition
BackupA copy of data created for recovery purposes.
Full BackupA complete backup of all data at a specific point in time.
Incremental BackupA backup that captures only changes since the last backup.
Archived LogTransaction logs stored for point-in-time recovery.
Retention PolicyA policy defining how many full backups are retained.
Backup JobA scheduled or on-demand task that creates database backups.
RestoreThe process of recovering a database from backups
Point-in-Time Recovery (PITR)The ability to restore a database to a specific point in time.

Security & Access Control Terms

TermDefinition
Role-Based Access Control (RBAC)An access control mechanism based on user roles.
Identity and Access Management (IAM)A system for managing identities and access permissions.

Monitoring & Operations Terms

TermDefinition
MonitoringThe process of tracking system health and performance.
MetricsPerformance measurement data such as CPU, memory, and IOPS.
AlertA notification triggered when defined thresholds are exceeded.
LogA record of system events and activities.
Maintenance WindowA scheduled period for system maintenance activities.

Billing & Service Terms

TermDefinition
Pay-as-you-go (PAYG)A billing model based on actual resource consumption.
SLAA service level commitment between provider and customer.
ProvisioningThe process of creating and configuring service resources.
DeprovisioningThe process of deleting or releasing provisioned resources.