Last modified: 2014-02-28 16:21:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T55814, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 53814 - Setup proper daily harvesting of the "image" table in the monuments database
Setup proper daily harvesting of the "image" table in the monuments database
Status: NEW
Product: Wiki Loves Monuments
Classification: Unclassified
Database (Other open bugs)
unspecified
All All
: Low normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 53807 54152
  Show dependency treegraph
 
Reported: 2013-09-05 18:12 UTC by Maarten Dammers
Modified: 2014-02-28 16:21 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Maarten Dammers 2013-09-05 18:12:07 UTC
Hacked up some harvesting a time ago:

mysql> SELECT COUNT(*) FROM image;
+----------+
| COUNT(*) |
+----------+
|  1263653 |
+----------+
1 row in set (0.00 sec)

CREATE TABLE `image` (
  `country` varchar(10) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `id` varchar(25) NOT NULL DEFAULT '0',
  `img_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  PRIMARY KEY (`country`,`id`,`img_name`),
  KEY `country_id` (`country`,`id`),
  KEY `img_name` (`img_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8

Should set up daily harvesting so this can be used by other tools.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links