Home › Glossary

Scality Glossary

Clear, concise definitions of the object storage, S3, and scale-out infrastructure terms that matter when you evaluate enterprise storage. Browse the terms below.

A B C D E G H I M O P R S T W

A

Active-Active Disaster RecoveryTwo or more sites that all serve live production traffic, so losing one requires no failover — the survivors are already running.

AI Data ArchitectureThe overall design for how AI data is collected, stored, processed and delivered — the blueprint a platform and its storage layer are built to satisfy.

AI Data InfrastructureThe storage, compute, networking and data architecture used to collect, process, protect and deliver the data behind AI and machine learning workloads.

AI Data ManagementThe practices and policies that keep AI datasets organized, governed, secured and retained across their lifecycle, from ingestion through archiving or deletion.

AI Data PipelineThe stages data passes through on its way to and from a model — ingestion, preparation, storage, training, checkpointing, inference and the feedback loop back to the start.

AI Data PlatformAn integrated environment that stores, governs and delivers the data AI applications run on, sitting between enterprise data sources and the compute that consumes them.

AI Data ReadinessWhether the data and infrastructure behind a given AI use case are accessible, usable, governed, secure and scalable enough to support it.

AI StorageStorage infrastructure built for the capacity, throughput and access patterns of AI and machine learning workloads, from training datasets to checkpoints and RAG source content.

B

Backup CompressionLossless algorithms applied to backup data to reduce its stored size, typically by 40–60% for ordinary enterprise data.

Breach ContainmentThe urgent work of cutting off an attacker’s access once a breach is detected — revoking credentials, isolating systems and removing persistence mechanisms.

C

Cloud Archive StorageThe lowest-cost cloud storage tier, for data that must be kept for years and is retrieved rarely, with retrieval times measured in hours rather than seconds.

Cloud Storage ReplicationAutomatically maintained copies of data across storage systems, regions or providers, so it survives the failure of any one of them.

Cold SiteA facility with space, power, cooling and connectivity but no computing equipment in it — the cheapest alternate site to hold and the slowest to bring up.

D

Data FabricAn architecture that connects data across storage systems, applications, clouds and locations so it can be accessed, governed and moved consistently.

Data GravityThe tendency for applications, services and computing resources to move closer to large concentrations of data as datasets grow.

Data LakeA centralized repository that stores structured, semi-structured and unstructured data in its original format for analytics, data science and AI.

Data LocalityKeeping data physically or logically close to the compute and users that need it, so less of the work is spent moving bytes across the network.

Data MobilityThe ability to move data between storage systems, sites and clouds without losing its accessibility, integrity or the metadata applications depend on.

Data ReplicationCreating and maintaining copies of data across systems, sites or clouds so it stays available when one of them goes down — synchronously or asynchronously.

Distributed File SystemFiles spread across many servers but presented as one ordinary file system, with the same paths, permissions and read-write semantics.

Distributed StorageStorage that spreads data across many independent nodes, so capacity, throughput and fault tolerance grow with the number of machines.

E

Erasure CodingA data protection method that splits data into fragments plus parity fragments and spreads them across drives, nodes or sites, so the original can be rebuilt from the survivors.

G

GPU StorageStorage built to keep GPUs fed — enough throughput, low enough latency and enough concurrency that accelerators are computing rather than waiting on I/O.

H

Hot SiteA fully equipped secondary data center holding continuously replicated, current data — able to take over production workloads within minutes of the primary site becoming unavailable.

I

Incremental BackupA backup that captures only what changed since the last backup of any kind, creating a chain that has to be restored in sequence.

M

Multi-CloudA method of leveraging multiple cloud computing platforms for independent or orchestrated tasks, rather than depending on one single cloud provider.

Multi-Tenant StorageMultiple tenants share the same storage infrastructure while their data, permissions and resources remain logically isolated.

O

Object Storage vs. NASTwo ways of holding unstructured data that differ in how applications reach it: a mounted filesystem that can be edited in place, or whole objects addressed by key over HTTP.

P

Petabyte StorageStoring a thousand terabytes or more in one system, where drive failure becomes routine and protection overhead and rebuild time drive the design.

R

RAG HallucinationWhen a retrieval-augmented generation system produces an answer its retrieved sources do not support — a faithfulness failure that usually originates in the pipeline rather than the model.

S

S3 Compatible StorageAny storage system that can be read from and written to using the Amazon S3 API, without being Amazon S3 — inheriting the S3 application ecosystem while the data sits where you choose.

Sequential vs Random I/OReading data in the order it is physically stored versus jumping between scattered locations — the distinction that governs throughput, IOPS and hardware choice.

Storage LatencyThe time one storage operation takes, dominated far more often by queueing and network round trips than by the media itself.

Storage Lifecycle ManagementPolicy-driven management of data and the storage beneath it across its whole lifecycle — placement, protection, retention and eventual deletion.

Storage ManagementThe ongoing work of running a storage system: provisioning, protection, monitoring, lifecycle and access control.

Storage Performance TuningSystematic optimisation of cache, controller, network and application layers to raise throughput and lower latency without buying more hardware.

T

Thin ProvisioningAllocating capacity to a volume as data is actually written rather than reserving it all up front, at the cost of having to watch real usage.

W

Warm SiteAn alternate facility that is partially equipped and partially current — a range rather than a rung, whose recovery time is set mostly by how stale its data is.