当前位置:网站首页>[MySQL learning notes 20] MySQL architecture

[MySQL learning notes 20] MySQL architecture

2022-06-25 09:38:00 yqs_ two hundred and eighty-one million eight hundred and seven

name duty
adjoining course Responsible for communicating with clients , Including connection handling 、 Authorized certification 、 Safety treatment
Service layer Responsible for most core service functions , Such as sql Interface , And complete the cache query ,sql Statement analysis and optimization , Execution of some built-in functions . All the cross storage engine functions are also implemented in this layer , Such as process 、 Functions, etc
Engine layer be responsible for mysql The storage and extraction of data in , The service layer through API Communicate with the engine layer
Storage layer Store data in a file system
原网站

版权声明
本文为[yqs_ two hundred and eighty-one million eight hundred and seven]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206250832477584.html