Optimizing with aggregations Any time you want to optimize your data model, in addition to reducing the data storage by removing unnecessary columns and rows, it’s also important to consider removing data by summarizing or using group by to reduce the number of rows and/or…