SQLite を使っているから、遅さを感じたら vacuum しる!
ということのよう。
% strings Envelope\ Index|head -1
SQLite format 3
たしかに SQLite
vacuum の手順
・Mail.app 終了させる
・以下コマンドを実行
% cd ~/Library/Mail
% sqlite3 Envelope\ Index vacuum
テーブルどもはこんなかんじ。
% sqlite3 Envelope\ Index
SQLite version 3.1.3
Enter ".help" for instructions
sqlite> .tables
addresses messages sqlite_sequence
attachments properties subjects
mailboxes recipients threads
sqlite> .quit
0 件のコメント:
コメントを投稿