groupByInfo - What does the 'sparse' parameter do?

Réponse

The 'sparse' parameter, when set to True and the action is running on a distributed server, means each thread reads data from only a few groups. This can improve performance with many threads or groups. The default is False, and in some cases, 'sparse' is enabled automatically.
Did this answer help you?