当前位置:百科知识 > 知到宏观经济学答案

问题描述:

[多选] Which three statements are true about memory buffer allocation by a MySQL Server?()关于MySQL服务器的内存缓冲区分配,哪三种说法是正确的
A.Global buffers such as the InnoDB buffer pool are allocated after the server starts, and are never freed. 全局缓冲区(如InnoDB缓冲池)是在服务器启动后分配的,不会被释放。 B.Thread buffers are allocated when a client connects, and are freed when the client disconnects. 线程缓冲区在客户端连接时分配,在客户端断开连接时释放。 C.Buffers that are needed for certain operation are allocated when the operation starts, and freed when it ends. 某些操作所需的缓冲区在操作开始时分配,并在操作结束时释放。 D.User buffers are allocated at server startup and freed when the user is dropped. E.All dynamic buffers that are set with a SET GLOBAL statement immediately get allocated globally, and are never freed.
参考答案:查看
答案解析:
☆收藏

随机题目