|
|
Log in / Subscribe / Register

Is pre-linking worth it?

Is pre-linking worth it?

Posted Jul 23, 2009 21:37 UTC (Thu) by ariveira (guest, #57833)
In reply to: Is pre-linking worth it? by zlynx
Parent article: Is pre-linking worth it?

Yep;

for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f 'VACUUM;'; done

from time to time


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds