前景提要
如果你的照片也很多(比如接近以及超过1万),应该会感到卡。我去年找了很久,按照这个主题提示的方法,的确可以感受到优化以后的提速效果。 http://hints.macworld.com/article.php?story=20090227072825458 搜了一下v2ex,似乎没有这个,发在这里备份。 主要摘录: > Open Terminal and cd into your iPhoto Library (by default, cd "~/Pictures/iPhoto Library"). > Once there, execute the following command: > for dbase in *.db; do sqlite3 $dbase "vacuum;"; done