技术教程

Debezium CDC 与 Schema Registry 变更治理(2025)

# Debezium CDC 与 Schema Registry 变更治理(2025) ## 一、连接器与事件 - 连接器:为 PostgreSQL/MySQL/MongoDB 配置 Debezium 连接器;设置快照与增量。 - 事件:统一 `变更事件` 格式(创建/更新/删除);携带表/主键/版本信息。 ## 二、Schema Registry 与兼容性 - 兼容性:设置 `BACKWAR

Picture 元素:格式切换与艺术指导

--- title: Picture 元素:格式切换与艺术指导 keywords: - picture - source type - art direction - WebP/AVIF - 响应式 description: 使用 `picture` 与 `source` 进行格式切换与艺术指导,为不同设备与布局选择最佳资源与构图,实现更好的响应式与性能。 categories...

PostgreSQL wal2json 逻辑解码与增量同步

--- title: PostgreSQL wal2json 逻辑解码与增量同步 keywords: - wal2json - 逻辑解码 - 复制槽 - 增量同步 - WAL description: 启用 wal2json 进行逻辑解码,创建复制槽并读取增量变更,适合构建 CDC 管道。 tags: - PostgreSQL - WAL - wal2json - 增量同步 - 复制槽 - 数据同...

PostgreSQL wal2json 逻辑解码变更流推送实践

--- title: PostgreSQL wal2json 逻辑解码变更流推送实践 keywords: wal2json, logical decoding, replication slot, pg_recvlogical, pg_logical_slot_get_changes description: 使用 wal2json 输出插件创建逻辑复制槽并推送变更流,支持命令行与 SQL 方式读...

PointerEvent 合并采样:getCoalescedEvents 的性能实践

--- title: "PointerEvent 合并采样:getCoalescedEvents 的性能实践" keywords: - PointerEvent - getCoalescedEvents - 采样率 - 绘图 - 性能 description: "说明 `getCoalescedEvents` 的事件合并与高频输入采样策略,在绘图与签名场景降低抖动与提升平滑度,...

PostgreSQL 逻辑解码输出插件(pgoutput、wal2json 与验证)

--- title: PostgreSQL 逻辑解码输出插件(pgoutput、wal2json 与验证) date: 2025-11-26 keywords: - 逻辑解码 - pgoutput - wal2json - 复制槽 - 流式输出 description: 配置PostgreSQL逻辑解码并选择输出插件(pgoutput/wal2json),创建复制槽与流式输出,提供验证方法确保事件...