A.10% B.25% C.40% D.60%
单项选择题在PostgresSQL中,VACUUM和CREATEINDEX使用的内存是由哪个参数控制的?()
A.S.hared_buffers B.T.emp_buffers C.W.ork_mem D.M.aintenance_work_mem
单项选择题在PostgresSQL的pg_hba.conf文件中支持的认证方式很多,其中表示无条件拒绝连接的方式是哪种?()
A.trust B.reject C.MD5 D.ident
单项选择题在PostgresSQL的pg_hba.conf文件中支持的认证方式很多,其中口令是以明文形式在网络上传递的方式是哪种?()
A.md5 B.password C.ident D.ldap
单项选择题在PostgresSQL中,关于统计信息收集器的参数,哪个是控制是否收集表和索引上访问的统计信息参数?()
A.track_activities B.track_counts C.track_functions D.log_planner_stats
单项选择题在PostgresSQL中,切换log日志文件到下一个的命令是什么?()
A.selectpg_reload_conf(); B.selectpg_rotate_logfile(); C.selectpg_switch_xlog(); D.checkpoint;