摘要:
【说明】 ilog:即 index log,所有分区共用。单个分区内部日志是有序的,记录了分区内部log_id > clog(file_id, offset)的索引信息。每个副本自行记录; 【查看】 ob_admin clog_tool dump_ilog * |grep 1099511677778 阅读全文
posted @ 2022-07-03 17:48
stupidstan2019
阅读(232)
评论(0)
推荐(0)
摘要:
cd /home/ober/oceanbase/build_debug/tools/ob_admin make ob_admin 阅读全文
posted @ 2022-07-03 17:40
stupidstan2019
阅读(24)
评论(0)
推荐(0)
摘要:
【reconfirm结构】 【try_fetch_log_】 阅读全文
posted @ 2022-07-03 17:36
stupidstan2019
阅读(31)
评论(0)
推荐(0)
摘要:
【测试方法】 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 阅读全文
posted @ 2022-07-03 10:22
stupidstan2019
阅读(106)
评论(0)
推荐(0)