Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jul 2008 at 01:13 UTC
Updated:
31 Jan 2009 at 22:00 UTC
Jump to comment: Most recent file
It seems that no index is being created on the database table 'image' when this module is installed.
Function image_schema() in image.install does not define an index!
This could make things very very slow with more than a few images installed.
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | image-HEAD.image-indexes.patch | 2.3 KB | sun |
| #4 | image-indexes.patch | 6.31 KB | mustafau |
| #3 | image.install.patch | 1.01 KB | smk-ka |
Comments
Comment #1
AltaVida commentededit:
"This could make things very very slow with more than a few images installed."
err, um. You know what I mean ;-)
Comment #2
AltaVida commentedAny feedback on this? It seems like a pretty important issue.
Cheers.
Comment #3
smk-ka commentedPlease test.
Comment #4
mustafau commentedUpdated the patch. Added an update function.
Comment #5
sunWell, the module update function was a good idea. However, removing all other contents in that file was not. Please re-roll.
Comment #6
sunCommitted attached patch.
Comment #7
scroogie commentedMay I ask why you don't define a combined index on both fid and nid?