Currently, linter tables are among the heaviest tables in term of write and size. After talking to @ssastry in offsite, he suggested we should take a look at the linter categories and see which ones we can disable. According to the stats (collected globally) these are heaviest categories:
{ "22": 186136712, "2": 20461619, "4": 18571784, "8": 17115266, "20": 16967189, "25": 12441859, "5": 10347238, "1": 1108094, "3": 1066422, "12": 1049194, "13": 350029, "18": 291255, "23": 252542, "17": 249716, "7": 235093, "26": 116395, "21": 92265, "14": 75691, "6": 74385, "24": 42694, "16": 36964, "9": 32883, "11": 7402, "10": 4536, "15": 2504, "19": 1 }
Category 22 (night-mode-unaware-background-color) is adding 186M that is more than every other category combined (they add up to 100M, so basically double of every other category combined). Maybe that now we have enabled dark mode everywhere we can disable it?