Description
One of the stages where statistics is very useful is the shuffle stage during query execution.Tajo also utilizes statistics for range shuffle.
Currently, once gathering statistics is enabled, it is collected on every column of the input schema rather than the shuffle key columns. This may cause unnecessary overhead, so we need to collect statistics on only the shuffle keys.