- script that goes through each table - takes all constants for the table - checks for duplicate constant sets - prints all the statistics about duplicated sets (number of duplicated sets, size of duplication) - remove duplicates and rewire assignments to original data <img width="802" alt="image" src="https://user-images.githubusercontent.com/4732545/176760601-35eb13ee-4aaa-46f8-b495-c406e4fa9626.png">
script that goes through each table
takes all constants for the table
checks for duplicate constant sets
prints all the statistics about duplicated sets (number of duplicated sets, size of duplication)
remove duplicates and rewire assignments to original data