Mysql数据结构
-
MySQL InnoDB undo log数据结构用法详解
目录一、概念解析1、undo log基本2、事务系统头transactionsystemheader3、回滚段头rollbacksegmentheader4、回滚页头undologpageheader5、回滚日志头undologheader6、两种undolog格式二、数据结构1、trx_rseg_t2、t[详细]
2025-07-26 09:37 分类:数据库 Mysql之索引的数据结构详解
目录为什么要使用索引索引及其优缺点索引概述优点缺点InnoDB中索引的推演索引之前的查找在一个页中的查找在很多页中查找设计索引简单的索引设计方案InnoDB中的索引方案迭代1次:目录项纪录的页迭代2次:多个目录项纪[详细]
2025-03-21 11:21 分类:数据库Creating a simple command line interface (CLI) using a python server (TCP sock) and few scripts
I have a Linux box and I want to be able to telnet into it (port 77557) and run few required commands without having to access to the whole Linux box. So, I have a server listening on that port, and e[详细]
2022-12-28 20:29 分类:问答