Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Fæ
.
As the NYPL batch uploads are spread over several collections, which in turn may be divided into subcategories, this count based purely on filename and uploader (me) is a handy guide to size of the total size of the mass upload. Used at https://commons.wikimedia.org/wiki/User:Fæ/Project_list/NYPL. Once the number matches reached 160,000, I started to get indefinite hanging on this SQL, which may be a temporary problem. Running it directly in a labs terminal works.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT COUNT(img_name) AS Count, ROUND(SUM(img_size * 1>>30),1) AS Size_GB, LEFT(MAX(img_timestamp),8) AS Date FROM image WHERE img_user_text="Fæ" AND img_name LIKE '%NYPL%';
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...