🏠 Hem
Benchmarkar
📊 Alla benchmarkar 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List-applikationer 🎨 Kreativa fria sidor 🎯 FSACB - Ultimata uppvisningen 🌍 Översättningsbenchmark
Modeller
🏆 Topp 10 modeller 🆓 Gratis modeller 📋 Alla modeller ⚙️ Kilo Code
Resurser
💬 Promptbibliotek 📖 AI-ordlista 🔗 Användbara länkar

AI-ordlista

Den kompletta ordlistan över AI

162
kategorier
2 032
underkategorier
23 060
termer
📖
termer

Synchronous Replication

Replication mechanism where writes are confirmed only after being validated on all replicated nodes, guaranteeing strong consistency but increasing latency.

📖
termer

Asynchronous Replication

Replication strategy where writes are immediately confirmed on the primary node before propagation to replicas, offering better performance at the expense of immediate consistency.

📖
termer

Vector Clocks

Data structure used to track causal relationships between events in a distributed system to detect concurrency conflicts.

📖
termer

Leader Election

Algorithmic process allowing a cluster of nodes to dynamically designate a unique leader node to coordinate operations and avoid split-brain scenarios.

📖
termer

Heartbeat

Periodic signal sent by nodes to indicate their operational status, enabling rapid failure detection in distributed systems.

📖
termer

Raft

Understandable distributed consensus algorithm that guarantees data consistency through leader election and log replication in clusters.

📖
termer

Paxos

Fundamental consensus algorithm allowing faulty nodes to agree on a single value in an asynchronous distributed environment.

📖
termer

Multi-Master Replication

Replication architecture where multiple nodes can accept simultaneous writes, requiring complex conflict resolution mechanisms.

📖
termer

Read Replicas

Read-only copies of the primary database used to distribute read load and improve overall system availability.

📖
termer

Conflict Resolution

Set of strategies (LWW, CRDTs, manual merge) to resolve inconsistencies when concurrent modifications are detected between replicas.

📖
termer

Split Brain

Critical condition where a cluster splits into isolated sub-networks that can each elect a leader, risking serious data inconsistencies.

📖
termer

Distributed Transaction

Atomic transaction spanning multiple nodes or databases, requiring protocols like Two-Phase Commit to guarantee integrity.

🔍

Inga resultat hittades