Skip to content

Instantly share code, notes, and snippets.

@jesperronn
Created May 24, 2012 05:13
Show Gist options
  • Select an option

  • Save jesperronn/2779602 to your computer and use it in GitHub Desktop.

Select an option

Save jesperronn/2779602 to your computer and use it in GitHub Desktop.
#in addition to the tips at
#http://www.macworld.com/article/1151183/iphotospeedtips.html
cd ~/Pictures/iPhoto Library/
for dbase in *.db; do sqlite3 $dbase "vacuum;"; done
cd ~/Pictures/iPhoto Library/Database/apdb
for dbase in *.apdb; do sqlite3 $dbase "vacuum;"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment