I am writing a Select query to load one Fact table. This requires 75 columns in SELECT along with SUM() which leads to use all columns in GROUP by as well. This is messing up my query, group by with 75 columns not performing fine. Can any one suggest on tuning this query