You want to use table compression suitable for OLTP that will:
1. Compress rows for all DML statements on that table
2. Minimize the overheads associated with compression
Which compression option is best suited for this?
- COLUMN STORE COMPRESS FOR QUERY LOW
- ROW STORE COMPRESS BASIC
- COLUMN STORE COMPRESS FOR ARCHIVE LOW
- COLUMN STORE COMPRESS FOR ARCHIVE HIGH
- ROW STORE COMPRESS ADVANCED
Answer(s): E
Reference:
https://www.oracle.com/technetwork/database/options/compression/advanced-compression-wp-12c-1896128.pdf
Reveal Solution Next Question