[Linpha-cvs] SF.net SVN: linpha: [4656] trunk/linpha2/ChangeLog
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2006-11-15 23:25:22
|
Revision: 4656 http://svn.sourceforge.net/linpha/?rev=4656&view=rev Author: fangehrn Date: 2006-11-15 15:25:20 -0800 (Wed, 15 Nov 2006) Log Message: ----------- 2006-11-15 flo * resolve category names in MetaData::readInformations() * some performance improvements: - save the filesize in the database - "cache sql querys" in MetaData::readInformations() if we have to read a lot of metadata of the thumbnails the sql queries are reduced now by factor 3-4 i think thats quite a lot if there are some thumbnails on a folder Modified Paths: -------------- trunk/linpha2/ChangeLog Modified: trunk/linpha2/ChangeLog =================================================================== --- trunk/linpha2/ChangeLog 2006-11-15 23:22:22 UTC (rev 4655) +++ trunk/linpha2/ChangeLog 2006-11-15 23:25:20 UTC (rev 4656) @@ -1,8 +1,11 @@ 2006-11-15 flo * resolve category names in MetaData::readInformations() - * "cache sql querys" in MetaData::readInformations() + * some performance improvements: + - save the filesize in the database + - "cache sql querys" in MetaData::readInformations() if we have to read a lot of metadata of the thumbnails the sql queries are reduced now by factor 3-4 + i think thats quite a lot if there are some thumbnails on a folder 2006-11-15 bzrudi * fixed bug in photos_cache table, where img_width and img_height were wrong This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |