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