APP下载
首页
>
财会金融
>
规章制度及系统运维题库
搜索
规章制度及系统运维题库
题目内容
(
单选题
)
某BI系统构建在大数据计算服务MaxCompute上,某数据分析员在分析订单的地域分布时,需要把订单表order(占用存储空间约10G)与地域维表region(占用存储空间100M)关联起来,两张表的结构如下:create table order(order_id string,region_id string,order_amt bigint);create table region(region_id string,region_name string)在运行时发现由于订单大量集中在上海地区,数据的倾斜导致整体运行时间较长,运行的SQL语句如下:select region_name,sum(order_amt)amt from order t1 join region t2 on t1.region_id =t2.region_id;此时可以考虑通过优化SQL的运行效率。

A、使用mapjoin hint:select/*+mapjoin(t2)*/region_name,sum(order_amt)amt from order t1 join region t2 on t1.region_id=t2.region_id;

B、使用mapjoin hint:select/*+mapjoin(t1)*/region_name,sum(order_amt)amt from order t1 join region t2 on t1.region_id=t2.region_id;

C、调整两张表的位置:select region_name,sum(order_amt)amt from region t1 join t2 on t1.region_id=t2.region_id;

D、减小SQL的splitsize,增加计算资源

答案:A

规章制度及系统运维题库
查看IP数据报到达目的地经过的路由,使用命令( )。
https://www.shititong.cn/cha-kan/shiti/0005ee10-13fa-eb20-c0f9-29e3bb5dbe18.html
点击查看题目
人资2.0系统包括()个专项。
https://www.shititong.cn/cha-kan/shiti/0005ee10-06cc-29a0-c0f9-29e3bb5dbe07.html
点击查看题目
对于MySQL数据库,假设你正在向MyISAM表中插入新数据,此时datadir的空间满了,这时会发生什么:
https://www.shititong.cn/cha-kan/shiti/0005ee10-06cb-df68-c0f9-29e3bb5dbe28.html
点击查看题目
主表下存在多个同级分表,主表扣减分表电量的扣减顺序为:()
https://www.shititong.cn/cha-kan/shiti/0005ee10-13fb-1de8-c0f9-29e3bb5dbe08.html
点击查看题目
公司各单位所有在运信息系统应向()备案,未备案的信息系统严禁接入公司信息内外网运行
https://www.shititong.cn/cha-kan/shiti/0005ee10-13fb-1618-c0f9-29e3bb5dbe0f.html
点击查看题目
信息系统调度机构应遵循的应急管理原则不包括下列哪一项()。
https://www.shititong.cn/cha-kan/shiti/0005ee10-06cb-bc40-c0f9-29e3bb5dbe05.html
点击查看题目
oracle net不能使用下列哪些协议:
https://www.shititong.cn/cha-kan/shiti/0005ee10-06cb-df68-c0f9-29e3bb5dbe2b.html
点击查看题目
可以使用管理服务器管理和监控Weblogic域中的()内容。
https://www.shititong.cn/cha-kan/shiti/0005ee10-06cc-50b0-c0f9-29e3bb5dbe01.html
点击查看题目
容错是一种异常处理机制,“容错”依赖于“熔断”。熔断以后,会调用“容错”的方法。支持多种服务容错策略。
https://www.shititong.cn/cha-kan/shiti/0005ee10-13fb-9ed0-c0f9-29e3bb5dbe2a.html
点击查看题目
OSPF路由协议中,asbr-summary命令可以跟not-advertise参数,该参数的意义是不通告聚合路由。
https://www.shititong.cn/cha-kan/shiti/0005ee10-13fb-8760-c0f9-29e3bb5dbe32.html
点击查看题目
首页
>
财会金融
>
规章制度及系统运维题库
题目内容
(
单选题
)
手机预览
规章制度及系统运维题库

某BI系统构建在大数据计算服务MaxCompute上,某数据分析员在分析订单的地域分布时,需要把订单表order(占用存储空间约10G)与地域维表region(占用存储空间100M)关联起来,两张表的结构如下:create table order(order_id string,region_id string,order_amt bigint);create table region(region_id string,region_name string)在运行时发现由于订单大量集中在上海地区,数据的倾斜导致整体运行时间较长,运行的SQL语句如下:select region_name,sum(order_amt)amt from order t1 join region t2 on t1.region_id =t2.region_id;此时可以考虑通过优化SQL的运行效率。

A、使用mapjoin hint:select/*+mapjoin(t2)*/region_name,sum(order_amt)amt from order t1 join region t2 on t1.region_id=t2.region_id;

B、使用mapjoin hint:select/*+mapjoin(t1)*/region_name,sum(order_amt)amt from order t1 join region t2 on t1.region_id=t2.region_id;

C、调整两张表的位置:select region_name,sum(order_amt)amt from region t1 join t2 on t1.region_id=t2.region_id;

D、减小SQL的splitsize,增加计算资源

答案:A

规章制度及系统运维题库
相关题目
查看IP数据报到达目的地经过的路由,使用命令( )。

A. ping

B. tracert

C. route print

D. ipconfig

https://www.shititong.cn/cha-kan/shiti/0005ee10-13fa-eb20-c0f9-29e3bb5dbe18.html
点击查看答案
人资2.0系统包括()个专项。

A. 1

B. 2

C. 3

D. 4

https://www.shititong.cn/cha-kan/shiti/0005ee10-06cc-29a0-c0f9-29e3bb5dbe07.html
点击查看答案
对于MySQL数据库,假设你正在向MyISAM表中插入新数据,此时datadir的空间满了,这时会发生什么:

A. server宕机

B. INSERT操作被server挂起,直到有可用空间为止

C. Client会收到error message,内容为ER_IO

D. 所有存储引擎上的操作都会被server挂起,直到有可用空间为止

https://www.shititong.cn/cha-kan/shiti/0005ee10-06cb-df68-c0f9-29e3bb5dbe28.html
点击查看答案
主表下存在多个同级分表,主表扣减分表电量的扣减顺序为:()

A. 首先定比定量电量,其次实抄分表电量,再次被转供户的电量。

B. 首先实抄分表电量,其次定比定量电量,再次被转供户的电量。

C. 首先被转供户的电量,其次实抄分表电量,再次定比定量电量。

D. 首先被转供户的电量,其次定比定量电量,再次实抄分表电量。

https://www.shititong.cn/cha-kan/shiti/0005ee10-13fb-1de8-c0f9-29e3bb5dbe08.html
点击查看答案
公司各单位所有在运信息系统应向()备案,未备案的信息系统严禁接入公司信息内外网运行

A. 本单位

B. 总部

C. 网省公司

D. 直属单位

https://www.shititong.cn/cha-kan/shiti/0005ee10-13fb-1618-c0f9-29e3bb5dbe0f.html
点击查看答案
信息系统调度机构应遵循的应急管理原则不包括下列哪一项()。

A. 预防为主

B. 统一指挥

C. 安全第一

D. 保证重点

https://www.shititong.cn/cha-kan/shiti/0005ee10-06cb-bc40-c0f9-29e3bb5dbe05.html
点击查看答案
oracle net不能使用下列哪些协议:

A. TCP

B. UDP

C. SDP

D. TCPS

https://www.shititong.cn/cha-kan/shiti/0005ee10-06cb-df68-c0f9-29e3bb5dbe2b.html
点击查看答案
可以使用管理服务器管理和监控Weblogic域中的()内容。

A. 服务器和集群;

B. JMS和JDBC资源;

C. WTC和Adapter;

D. 以上全部正确

https://www.shititong.cn/cha-kan/shiti/0005ee10-06cc-50b0-c0f9-29e3bb5dbe01.html
点击查看答案
容错是一种异常处理机制,“容错”依赖于“熔断”。熔断以后,会调用“容错”的方法。支持多种服务容错策略。

A. 对

B. 错

https://www.shititong.cn/cha-kan/shiti/0005ee10-13fb-9ed0-c0f9-29e3bb5dbe2a.html
点击查看答案
OSPF路由协议中,asbr-summary命令可以跟not-advertise参数,该参数的意义是不通告聚合路由。

A. 对

B. 错

https://www.shititong.cn/cha-kan/shiti/0005ee10-13fb-8760-c0f9-29e3bb5dbe32.html
点击查看答案
试题通小程序
试题通app下载