Member
Member
george2   2008-06-16, 13:10
#1

i think it would be far more advantageous to store the exif data as a serialised array in the table rather than as separate fields in the image table because not all images have exif data and prevents having numerous null fields

edit: sorry, this should have been put in the bug discussion

Member
Member
sbillard   2008-06-17, 00:59
#2

So, what exactly is the issue? That empty fields exist?

Member
Member
george2   2008-06-18, 01:42
#3

well why have empty fields, when one field could store them all? the data isn't going to be searched on right? so why separate them? what if new data fields are added to exif? it is more scalable and cleaner.

Member
Member
sbillard   2008-06-18, 02:26
#4

Why not store everything in one field? Because it is more efficient to have things parceled out into fields. That's why. No loss if the field is empty and no parsing the field if it is not.

Administrator
Administrator
acrylian   2008-06-18, 08:12
#5

And you even can better edit it directly in the database in case of problems.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.