Designing Data-Intensive Applications
mendi926Vocabulary listFjalë: 5Anglisht
Anglisht
Gjeneruar me AI
Distributed SystemsMultiple computers working on a network to complete a task.
Përkufizimet:
A group of independent computers linked together that appear as a single coherent system, sharing resources and working on tasks collaboratively.
ScalabilityThe capability of a system to handle a growing amount of work.
Përkufizimet:
The property of a system to handle a growing amount of work by adding resources to the system.
ReplicationMaking multiple copies of data.
Përkufizimet:
The process of copying and maintaining database objects in multiple databases that make up a distributed database.
PartitioningSplitting a larger dataset into smaller, more manageable parts.
Përkufizimet:
A database design technique to improve performance, manageability, or availability by dividing a large table into smaller, more easily managed pieces, called database partitions.
ConcurrencyMultiple computations happening at the same time.
Përkufizimet:
The execution of the multiple instruction sequences at the same time, happening within a short time frame.