https://bugzilla.wikimedia.org/show_bug.cgi?id=30751

--- Comment #3 from Brion Vibber <[email protected]> 2011-09-14 22:29:35 UTC 
---
Yeah, the metadata blob goes into the cached File object, so it gets copied
around and processed whether you ask for it or not.

Normally that's not a problem, as we don't store megabytes of random text in
the metadata field. :) Unfortunately for DjVu images, we do... so if you load
up a few of those files at once, *bam* they'll add up fast.

Fix is probably to separate out the extracted text storage to a structured data
table, so it's not clogging up the tubes the other 99% of the time we don't
need it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to