SQL
x
select
hour(rc_timestamp) utc_hour,
sum(rc_namespace = 0) as article_edits,
sum(rc_namespace % 2 = 1) as talkpage_edits
from enwiki_p.recentchanges
group by utc_hour order by utc_hour
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.