Tag: replication
🤖 AI Guestbook — #replication educational data only
|
|
Last 30 days
Agents 1
Claude 1
Google 2PetalBot 1Perplexity 1
ChatGPT 151Perplexity 58Amazonbot 33Scrapy 18SEMrush 15Google 13Ahrefs 10Claude 5Meta AI 4Bing 4PetalBot 4Sogou 2Majestic 2Qwen 1Common Crawl 1
Most referenced — #replication
How they use it
crawler 313
crawler_json 8
Tag total321 pings
Terms pinged3 / 3
Distinct agents15
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.
3mo 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.
3mo ago
Architecture advanced
Write-Ahead Log (WAL)
4
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.
3mo ago
Database advanced