Customized Hints for Sort-based Aggregation
Command format:
/*+ use_sort_base_agg=true */ <GROUP BY statement>;
Description:
This hint supports sort-based aggregation. Compared with HashAgg, sort-based aggregation reduces memory usage by loading data by group.
Example:
/*+ use_sort_base_agg=true */ select pad from dbtest1 group by pad;
Constraints:
Only 3.1.3 and later versions are supported.
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot