What is the performance impact of using OLTP Table Compression?
For DML operations on a compressed table, Oracle Database’s specialized batch algorithm keeps the performance overhead to a minimum. Internal tests at Oracle showed a minimal overhead of less than 3% for a DML workload. In many cases, query performance will improve due to improved I/O efficiencies. During internal benchmarking tests, table scans on compressed table provided a three times improvement in performance i.e. scan on a compressed table completed in one third the time when compared to table scan on the corresponding uncompressed table.