hey if you run a largeish mastodon instance, want to run the following things and tell me the output:
Status.local.where('created_at > ?', 1.day.ago).count('distinct account_id')
Status.local.where('created_at > ?', 7.day.ago).count('distinct account_id')