Before analyzing how tables use maps, you can optionally enable DBQL step logging. The information step logging collects helps Teradata decide which tables to keep together for join processing efficiency when redistributing tables. For example:
BEGIN QUERY LOGGING WITH STEPINFO ON ALL;
Teradata recommends leaving logging on for 7 days to capture a set of queries that are representative of the workload on your system.
If there is no step logging, Teradata groups tables by database when redistributing them.