Answer Posted / Preeti Saxena
Table partitioning is a technique used in Oracle to divide large tables into smaller, more manageable parts called partitions. Partitioning improves performance by reducing I/O operations, improving query response times, and simplifying maintenance tasks such as backups and index rebuilds. It is required when dealing with massive data sets that would otherwise lead to poor performance due to the increased resources needed for searching, sorting, and managing large amounts of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category