zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-485题

    485.You want to back up your 100-GB database on a remote tape device. You are required to ensure that

    minimum network bandwidth is consumed while transferring the backups to the tape device.

    The current consumption of your CPU is approximately 40 percent.

    Which type of backup should you perform?

    A. standard backup set

    B. image copy

    C. compressed backup

    D. user-managed backup

    Answer: C

    答案解析:

    使用压缩备份,可以节省空间,减小带宽。


    COMPRESSED Enables binary compression.

    RMAN compresses the data written into the backup set to reduce the overall size of the backup set. All backups that create backup sets can create compressed backup sets. Restoring compressed backup sets is no different from restoring uncompressed backup sets.

    RMAN applies a binary compression algorithm as it writes data to backup sets. This compression is similar to the compression provided by many media manager vendors. When backing up to a locally attached tape device, compression provided by the media management vendor is usually preferable to the binary compression provided by BACKUP AS COMPRESSED BACKUPSET. Therefore, use uncompressed backup sets and turn on the compression provided by the media management vendor when backing up to locally attached tape devices. You should not use RMAN binary compression and media manager compression together.

    Some CPU overhead is associated with compressing backup sets. If the target database is running at or near its maximum load, then you may find the overhead unacceptable. In most other circumstances, compressing backup sets saves enough disk space to be worth the CPU overhead.

     

  • 相关阅读:
    kubernetes案例 tomcat+mysql
    elasticsearch+logstash+kibana部署
    elasticsearch集群部署以及head插件安装
    Rhel7.4系统部署cobbler
    部署Hadoop2.0高性能集群
    使用haproxy实现负载均衡集群
    nginx实现动静分离的负载均衡集群
    heartrbeat实现web服务器高可用
    keepalived+lvs
    LVS集群之IP TUN模式以及网站压力测试
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316413.html
Copyright © 2011-2022 走看看