摘要:
【参考】 https://www.modb.pro/db/125989 Slog 是一台服务器上一些全局信息变更操作(如新增租户、分区创建和新增 SSTable 等)的 redo log 【测试】 cd /home/ober/observer/store/slog ob_admin slog_too 阅读全文
摘要:
【说明】 ilog:即 index log,所有分区共用。单个分区内部日志是有序的,记录了分区内部log_id > clog(file_id, offset)的索引信息。每个副本自行记录; 【查看】 ob_admin clog_tool dump_ilog * |grep 1099511677778 阅读全文
摘要:
cd /home/ober/oceanbase/build_debug/tools/ob_admin make ob_admin 阅读全文
摘要:
【reconfirm结构】 【try_fetch_log_】 阅读全文
摘要:
【测试方法】 create table t2 (c1 int primary key, c2 int) partition by hash(c1) partitions 1; select table_id , table_name from oceanbase.__all_table_v2 whe 阅读全文