nerdexam
Oracle

1Z0-027 · Question #32

Your Database Machine has a large database with some very large tables supporting OLTP workloads. High volume Insert applications and high volume update workloads access the same tables. You decide…

The correct answer is A. Using 'compress for oltp' will compress the data less than if using Hybrid Columnar Compression C. The compression method compress for archive high is the worst fit for this requirement. E. The compression is performed on the database servers when using 'compress for oltp' in an Exadata. Types of compression Basic compression OLTP compression Warehouse compression Online archival compressio / OLTP compression allows compression during DML operations. / Basic compression works at the data block level. When you enable table compression by specifying COMPRESS FOR…

Key Capabilities and Features

Question

Your Database Machine has a large database with some very large tables supporting OLTP workloads. High volume Insert applications and high volume update workloads access the same tables. You decide to compress these tables without causing unacceptable performance overheads to the OLTP application. Which three are true regarding this requirement?

Options

  • AUsing 'compress for oltp' will compress the data less than if using Hybrid Columnar Compression
  • BThe compression is performed on the storage servers when using compress for oltp in an Exadata
  • CThe compression method compress for archive high is the worst fit for this requirement.
  • DUsing 'compress for oltp' will compress the data more than if using Hybrid Columnar Compression
  • EThe compression is performed on the database servers when using 'compress for oltp' in an Exadata

How the community answered

(39 responses)
  • A
    82% (32)
  • B
    13% (5)
  • D
    5% (2)

Explanation

  • Types of compression Basic compression OLTP compression Warehouse compression Online archival compressio / OLTP compression allows compression during DML operations. / Basic compression works at the data block level. * When you enable table compression by specifying COMPRESS FOR OLTP, you enable OLTP table compression. Oracle Database compresses data during all DML operations on the table. This form of compression is recommended for OLTP environments. * When you specify COMPRESS FOR QUERY or COMPRESS FOR ARCHIVE, you enable hybrid columnar compression. With hybrid columnar compression, data can be compressed during bulk load operations. During the load process, data is transformed into a column-oriented format and then compressed. Oracle Database uses a compression algorithm appropriate for the level you specify. In general, the higher the level, the greater the compression ratio. Hybrid columnar compression can result in higher compression ratios, at a greater CPU cost. T herefore, this form of compression is recommended for data that is not frequently updated.

Topics

#Hybrid Columnar Compression#OLTP compression#compression overhead#storage server compression

Community Discussion

No community discussion yet for this question.

Full 1Z0-027 Practice