Replies: 2 comments
-
RocksDBA Persistent Key-Value Store for Flash and RAM Storage
RocksDB is developed and maintained by Facebook Database Engineering Team. This code is a library that forms the core building block for a fast Start with example usage here: https://github.com/facebook/rocksdb/tree/main/examples See the github wiki for more explanation. The public interface is in Questions and discussions are welcome on the RocksDB Developers Public Facebook group and email list on Google Groups. |
Beta Was this translation helpful? Give feedback.
-
简介canal [kə'næl],译意为水道/管道/沟渠,主要用途是基于 MySQL 数据库增量日志解析,提供增量数据订阅和消费 早期阿里巴巴因为杭州和美国双机房部署,存在跨机房同步的业务需求,实现方式主要是基于业务 trigger 获取增量变更。从 2010 年开始,业务逐步尝试数据库日志解析获取增量变更进行同步,由此衍生出了大量的数据库增量订阅和消费业务。 基于日志增量订阅和消费的业务包括
当前的 canal 支持源端 MySQL 版本包括 5.1.x , 5.5.x , 5.6.x , 5.7.x , 8.0.x 工作原理MySQL主备复制原理
canal 工作原理
|
Beta Was this translation helpful? Give feedback.
-
存储系统
Beta Was this translation helpful? Give feedback.
All reactions