slog
【参考】
https://www.modb.pro/db/125989
Slog 是一台服务器上一些全局信息变更操作(如新增租户、分区创建和新增 SSTable 等)的 redo log
【测试】
cd /home/ober/observer/store/slog
ob_admin slog_tool -f ./2 |tail -8
create table t4 (c1 int primary key) partition by hash(c1) partitions 1;