My superiors want some different ways of viewing stats of our communities.
Where do I find out the SQL being run for DAU and Daily Engaged Users?
它不是使用纯 SQL 生成的。您可以在以下位置查看其背后的代码:discourse/app/models/concerns/reports/dau_by_mau.rb at 49905a4e6caa81a40ec36496ef531e3d57989c7a · discourse/discourse · GitHub
Thanks, this is close enough 