2022-07-07 mysql/stonedb子查询流程分析

本文深入分析了MySQL/StoneDB查询优化器处理子查询的详细流程,从mysql_parse开始,经过mysql_execute_command,到execute_sqlcom_select等关键函数,逐步解释了do_select、SDB_HandleSelect、HandleSelect、Execute、Preexecute、UpdateMultiIndex、ApplyDescriptor及EvaluatePackImpl等步骤,揭示了数据库如何高效执行子查询操作。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

目录

摘要:

调用堆栈:

时序流程:

关键函数:

mysql_parse

mysql_execute_command:

execute_sqlcom_select:

do_select:

SDB_HandleSelect:

HandleSelect:

Execute:

Preexecute:

UpdateMultiIndex:

ApplyDescriptor:

EvaluatePackImpl:


摘要:

对mysql/stonedb查询器流程做分析

调用堆栈:


(gdb) bt
#0  stonedb::core::Descriptor::EvaluatePackImpl (this=0x7fce10168040, mit=...) at /root/zsl/stonedb/storage/stonedb/core/descriptor.cpp:874
#1  0x0000000001ce8c78 in stonedb::core::Descriptor::EvaluatePack (this=0x7fce10168040, mit=...) at /root/zsl/stonedb/storage/stonedb/core/descriptor.cpp:988
#2  0x0000000001d51a2f in stonedb::core::ParameterizedFilter::ApplyDescriptor (this=0x7fce10157f40, desc_number=1, limit=-1)
    at /root/zsl/stonedb/storage/stonedb/core/parameterized_filter.cpp:1340
#3  0x0000000001d50
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

悟世者

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值