CMDBA战报之Part1
P.S.:嘿嘿,Part1来了,大家感到有些纳闷,怎么1没有2先出来了,其实是这样的,因为part2后考的回忆起来相对快些,就先推出的part2,part1紧接着也在准备,想呀想,回忆回忆。好了,大家瞧瞧吧!
Chapter 23
考察点:了解MySQL的整体结构。
答案中的关键词/句:1. native C client library、 MySQL Connector/OBDC, MySQL Connector/J, and MySQL Connector/NET;
2. Communication Protocols: TCP/IP、Unix socket file、Named pipe、Shared memory;
3. Only the MyISAM engine supports full-text or spatial indexes。
需要了解的:1. windows下的named-pipe连接需要启动参数—enable-named-pipe,同时需要以包mysql-nt\mysql-max-nt安装的MySQL,shared-memory连接需要启动参数—shared-memory;
2. Unix socket file连接性能好于TCP/IP连接,native C client library速度比Connector/OBDC快,Connector/J速度和native C client library大致一样;
3. MySQL使用的各种缓存。
» 继续阅读 CMDBA战报之Part1


最新评论