A.Each extra column in the copy with more columns must not have a default value
B.Columns that are common to both versions of the table must be defined in the same order on the master and the slave
C.The slave database cannot have more columns than the master. Only the master database can have more columns
D.Columns that are common to both versions of the table must come first in the table definition, before any additional columns are additional columns are defined on either server
E.The master database cannot have more columns than the slave. Only the slave deatbase can have more columns
第1题:
第2题:
5、MapReduce框架包括多个Master和多个Slave。
第3题:
MySQL数据库支持以下哪些复制模式?
A.master-slave
B.master-master
C.master-master-slave
D.master-slave-slave
第4题:
Redis主从复制,下列说法错误的是
A.同一个Master可以同步多个Slave
B.多个slave可以连接同一个Master外,还可以连接到其他slave,可以视为树结构
C.Master server是以阻塞的方式为slave提供服务的,Master-slave同步期间,客户端不能提交查询和修改请求
D.Slave服务器提供只读操作,写服务必须由Master来完成
第5题:
MapReduce框架包括多个Master和多个Slave。
第6题:
MySQL 5.7中基于组提交的并行复制如何设置
A.slave-parallel-type 设置为DATABASE
B.slave-parallel-type 设置为LOGICAL_CLOCK
C.master-parallel-type 设置为DATABASE
D.master-parallel-type 设置为LOGICAL_CLOCK