前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >MySQL 8 OCP(1Z0-908)认证考试题库原题(第10题)

MySQL 8 OCP(1Z0-908)认证考试题库原题(第10题)

原创
作者头像
用户5892232
修改2021-01-18 14:34:04
8451
修改2021-01-18 14:34:04
举报

Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第10题

Choose the best answer.

Examine these commands, which execute successfully on the ic1 host:

mysqlsh> dba.createCluster( 'cluster1' , {memberWeight:35})

mysqlsh> var mycluster = dba.getCluster ()

mysqlsh> mycluster.addInstance ( 'ic@ic2' , {memberWeight:25})

mysqlsh> mycluster.addInstance( 'ic@ic3' , {memberWeight:50})

Now examine this configuration setting, which is the same on all nodes:

group_replication_consistency=BEFORE_ON_PRIMARY_FAILOVER

Which statement is true if primary node ic1 fails?

A) Node ic2 becomes the new primary and existing transactions are considered stale and rolled back.

B) Node ic3 becomes the new primary and existing transactions are considered stale and rolled back.

C) Node ic3 becomes the new primary and is ignored until any backlog of transactions is completed.

D) Only two nodes remain so the election process is uncertain and must be done manually.

E) Node ic2 becomes the new primary and is ignored until any backlog of transactions is completed.

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
云数据库 SQL Server
腾讯云数据库 SQL Server (TencentDB for SQL Server)是业界最常用的商用数据库之一,对基于 Windows 架构的应用程序具有完美的支持。TencentDB for SQL Server 拥有微软正版授权,可持续为用户提供最新的功能,避免未授权使用软件的风险。具有即开即用、稳定可靠、安全运行、弹性扩缩等特点。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档