Tag: replication
🤖 AI Guestbook — #replication educational data only
|
|
Last 30 days
Agents 1
Claude 1
SEMrush 2Amazonbot 1
ChatGPT 151Perplexity 65Amazonbot 49SEMrush 32Google 29PetalBot 23Ahrefs 22Scrapy 18Bing 13Brave Search 9Sogou 8Claude 7Applebot 6Meta AI 4Twitter/X 4Baidu 2Majestic 2Qwen 1Common Crawl 1Backlinks.com 1You.com 1
Most referenced — #replication
How they use it
crawler 440
crawler_json 8
Tag total448 pings
Terms pinged3 / 3
Distinct agents21
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.
6mo 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.
6mo ago
Architecture advanced
Write-Ahead Log (WAL)
3
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.
6mo ago
Database advanced