InterviewSolution
Saved Bookmarks
| 1. |
What Is Field Partitioning In Co-pa? |
|
Answer» Internally allocates SPACE in DATABASE. If needed table resides in one or few PARTITIONS, then only these partitions will be selected and examined by SQL statement, thereby significantly reducing I/O volume. Internally allocates space in database. If needed table resides in one or few partitions, then only these partitions will be selected and examined by SQL statement, thereby significantly reducing I/O volume. |
|