Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Cewbot's/Qwerfjkl (bot)'s edits/hr in Feb'24
by
Cryptic
This query is marked as a draft
This query has been published
by
DatGuy
.
The number of edits made each hour by Cewbot in February 2024, grouped in one-hour increments. Should be below 360 (6 edits per minute, or once every 10 seconds) for non-urgent tasks or 720 (12 edits per minute, or once every 5 seconds) for urgent ones per [[WP:BOTREQUIRE]]. For [[WP:BOTN#Please block Cewbot]] circa 16 February 2024.
Toggle Highlighting
SQL
SELECT CAST(CONCAT(LEFT(rev_timestamp, 10), '0000') AS DATETIME) AS hour, COUNT(*) AS 'edits per hour', COUNT(*) / 60 AS 'edits per minute' FROM revision_userindex JOIN actor_revision ON actor_id = rev_actor AND actor_name = 'Cewbot' WHERE rev_timestamp BETWEEN '202312' AND '2024021623' -- omit partial data from the final hour GROUP BY LEFT(rev_timestamp, 10) DESC;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...