QuestionQ14
Performance Optimization, Querying & TransformationQuery results contain relatively few rows or columns compared with the base table and have these characteristics:
- The results need substantial processing.
- The base table is updated infrequently.
- The query uses only one large table.
Which data object should be created to improve performance?
Community Discussion