千家信息网

RR模式下insert..selcet sending data状态是怎样的

发表于:2025-11-11 作者:千家信息网编辑
千家信息网最后更新 2025年11月11日,RR模式下insert..selcet sending data状态是怎样的,针对这个问题,这篇文章详细介绍了相对应的分析和解答,希望可以帮助更多想解决这个问题的小伙伴找到更简单易行的方法。例如:其中
千家信息网最后更新 2025年11月11日RR模式下insert..selcet sending data状态是怎样的

RR模式下insert..selcet sending data状态是怎样的,针对这个问题,这篇文章详细介绍了相对应的分析和解答,希望可以帮助更多想解决这个问题的小伙伴找到更简单易行的方法。

例如:

其中的sending data是什么意思。隔离级别为RR,语句为insert..select。

二、关于sending data

以前就说过这个问题,实际上sending data可能包含如下:

  • Innodb 层数据的定位返回给MySQL 层

  • Innodb 层数据的查询返回给MySQL 层

  • Innodb 层数据的修改(如果是insert..select)

  • Innodb 层加锁以及等待

  • 等待进入Innodb层(innodb_thread_concurrency参数)

  • MySQL 层发送数据给客户端

三、RR模式下对于insert..selcet 处于 sending data的原因总结

  • RR模式下insert..select的select表会上S行锁,如果这行处于X锁则会出现 sending data状态

  • insert..selcet中insert记录如果处于堵塞(唯一性检查)状态会处于 sending data状态

  • 整个过程如果需要操作的数据量较大,处于sending data状态。

四、每行数据处理方式

    929 T@4: | | | | | | THD::enter_stage: 'Sending data' /cdh/mysqldebug/percona-server-5.7.29-32/sql/sql_executor.cc:202    930 T@4: | | | | | | >PROFILING::status_change    931 T@4: | | | | | | do_select    934 T@4: | | | | | | | >sub_select    935 T@4: | | | | | | | | >init_read_record    936 T@4: | | | | | | | | | info: using rr_sequential    937 T@4: | | | | | | | | | >ha_rnd_init    938 T@4: | | | | | | | | | | >change_active_index    939 T@4: | | | | | | | | | | | >innobase_get_index    940 T@4: | | | | | | | | | | | innobase_trx_init    944 T@4: | | | | | | | | | handler::ha_rnd_next    947 T@4: | | | | | | | | | >rnd_next    948 T@4: | | | | | | | | | | >index_first    949 T@4: | | | | | | | | | | | >index_read    950 T@4: | | | | | | | | | | | | >row_search_mvcc    951 T@4: | | | | | | | | | | | | | >row_sel_store_mysql_rec    952 T@4: | | | | | | | | | | | | | | >row_sel_store_mysql_field_func    953 T@4: | | | | | | | | | | | | | | row_sel_store_mysql_field_func    955 T@4: | | | | | | | | | | | | | | evaluate_join_record    963 T@4: | | | | | | | | | enter: join: 0x7ffef8019970 join_tab index: 0 table: testlock cond: 0x0    964 T@4: | | | | | | | | | counts: evaluate_join_record join->examined_rows++: 1    965 T@4: | | | | | | | | | >end_send    966 T@4: | | | | | | | | | | >Query_result_insert::send_data    967 T@4: | | | | | | | | | | | >fill_record    968 T@4: | | | | | | | | | | | | >Item_field::save_in_field_inner    969 T@4: | | | | | | | | | | | | Item_field::save_in_field_inner    971 T@4: | | | | | | | | | | | | write_record    974 T@4: | | | | | | | | | | | | >init_alloc_root    975 T@4: | | | | | | | | | | | | | enter: root: 0x7fffe8e48c20    976 T@4: | | | | | | | | | | | | COPY_INFO::set_function_defaults    978 T@4: | | | | | | | | | | | | handler::ha_write_row    980 T@4: | | | | | | | | | | | | | >ha_innobase::write_row    981 T@4: | | | | | | | | | | | | | | >row_ins    982 T@4: | | | | | | | | | | | | | | | row_ins: table: test/testbb    983 T@4: | | | | | | | | | | | | | | | >row_ins_index_entry_step    984 T@4: | | | | | | | | | | | | | | | | >row_ins_clust_index_entry    985 T@4: | | | | | | | | | | | | | | | | | >row_ins_clust_index_entry_low    986 T@4: | | | | | | | | | | | | | | | | | | >btr_cur_search_to_nth_level    987 T@4: | | | | | | | | | | | | | | | | | | thd_report_row_lock_wait    989 T@4: | | | | | | | | | | | | | | | | | | thd_mark_transaction_to_rollback    995 T@4: | | | | | | | | | | | | | | 

及RR模式下insert select的逻辑大概为查询一行加锁(RC下没有加锁步骤)一行插入一行,直到所有行处理完成。整个过程处于'Sending data'状态下面。因此insert select和普通的insert操作有较大的区别。

关于RR模式下insert..selcet sending data状态是怎样的问题的解答就分享到这里了,希望以上内容可以对大家有一定的帮助,如果你还有很多疑惑没有解开,可以关注行业资讯频道了解更多相关知识。

状态 数据 模式 问题 一行 较大 更多 过程 处理 帮助 查询 解答 易行 普通 简单易行 内容 原因 参数 唯一性 实际 数据库的安全要保护哪些东西 数据库安全各自的含义是什么 生产安全数据库录入 数据库的安全性及管理 数据库安全策略包含哪些 海淀数据库安全审计系统 建立农村房屋安全信息数据库 易用的数据库客户端支持安全管理 连接数据库失败ssl安全错误 数据库的锁怎样保障安全 区块链靠什么网络技术传播 犯罪数据库的设计 程序员是不是软件开发工程师 数据库应用与开发笔记6 国外服务器可以备案吗 电子口岸没有安全数据库 普陀区工商软件开发问答知识 服务器多出来管理员账户 互联网贷款与金融科技 有如下教师及课程的关系型数据库 加强智能网络安全的认知 网络安全法 网络安全事件 汉阴县弘磊网络技术有限公司 微软为什么没有语音服务器 python字典如何插入数据库 2022网络安全答题题库 java直接打开服务器上的文件 数据库数据定义实验总结与分析 狮山网络安全找哪家 醴陵学软件开发 中国物流代表型数据库 网络安全产品经理前景怎么样 拉曼数据库网站 怎么查服务器的芯片型号 学网络安全首先学什么 最贵的服务器多少钱 聊城公安局网络安全保卫大队 澳洲儿童网络安全 服务器管理功能是什么问题 数据库安全方案设计
0