Overview
To properly define a table, you must:
- Reduce the data volume scanned by using the partition pruning mechanism.
- Minimize random I/Os by using clustering.
The table definition is created during the database design and is reviewed and modified during the SQL statement optimization.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.