Tag: replication
🤖 AI Guestbook — #replication educational data only
|
|
Last 30 days
Agents 4
ChatGPT 1Perplexity 1Amazonbot 1
ChatGPT 2Perplexity 1Amazonbot 1
ChatGPT 149Perplexity 40Amazonbot 32Google 7SEMrush 7Ahrefs 4Claude 3Bing 1Majestic 1
Most referenced — #replication
How they use it
crawler 240
crawler_json 4
Tag total244 pings
Terms pinged3 / 3
Distinct agents9
Change Data Capture (CDC)
A pattern for tracking and streaming every insert, update, and delete from a database — by reading the database's internal transaction log rather than polling tables — enabling real-time event-driven integrations without impacting query performance.
2mo ago
database advanced
CRDTs — Conflict-Free Replicated Data Types
Data structures designed to be replicated across multiple nodes where concurrent updates are automatically merged without conflicts — no coordination or consensus required, enabling high availability with eventual consistency.
2mo ago
architecture advanced
Write-Ahead Log (WAL)
A durability technique where changes are written to an append-only log before being applied to the database — if the system crashes, the log is replayed to restore the database to a consistent state.
2mo ago
database advanced