数据变更日志组件

两个小时的数据量(中间删除过)
-- 处理解析更新日志
select count() from data_log;
-- 117353
-- 前台需要的
select count(
) from data_log_item;
-- 8512
-- 全量推送条数(只保存更新事件)
select count(*) from data_push_log;
-- 77786

posted @ 2021-07-24 21:27  rudolf_lin  阅读(100)  评论(0)    收藏  举报