🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki

Słownik AI

Kompletny słownik sztucznej inteligencji

162
kategorie
2 032
podkategorie
23 060
pojęcia
📖
pojęcia

Synchronous Replication

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

📖
pojęcia

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.

📖
pojęcia

Vector Clocks

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

📖
pojęcia

Leader Election

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

📖
pojęcia

Heartbeat

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

📖
pojęcia

Raft

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

📖
pojęcia

Paxos

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

📖
pojęcia

Multi-Master Replication

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

📖
pojęcia

Read Replicas

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

📖
pojęcia

Conflict Resolution

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

📖
pojęcia

Split Brain

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

📖
pojęcia

Distributed Transaction

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

🔍

Nie znaleziono wyników