08 2021 档案

摘要:前提: 开启binlog、数据库名、操作日期 步骤:找到对应的binlog、解码、将delete翻译为insert 1.查看binlog是否开启 show variables like '%log_bin%'; 2.查看数据文件存放路径:bin-log路径 show variables like ' 阅读全文
posted @ 2021-08-19 17:13 赵钱富贵 阅读(997) 评论(0) 推荐(0) 编辑
摘要:ElasticSearch 几个概念 1.Elastic Search特点:分布式 、REstFul风格、数据分析引擎 2.Elastic stack :包括Es、Kibana、Logstash、Beats (亦称为ELK Static) 特点:任意数据来源和格式、实时分析、搜索、可视化 3.类比 阅读全文
posted @ 2021-08-03 10:18 赵钱富贵 阅读(134) 评论(0) 推荐(0) 编辑