Re: [Evolution] About performance



On Mon, 2013-03-11 at 15:17 -0430, Patrick O'Callaghan wrote:
On Mon, 2013-03-11 at 20:20 +0100, Gonzalo Aguilar Delgado wrote:
I'm experiencing a lot of performance issues with latests evolution. I
think that since introduction of sql backend. 
You might try this:
1) Stop Evo completely ("evolution --force-shutdown")
2) Vacuum the SQL database:
        cd ~/.local/share/evolution/mail/
        for i in `find . -name folders.db`
        do
                echo "Rebuilding Table $i"
                sqlite3 $i "vacuum;"
        done

Reminds me of my BLOG post
<http://www.whitemiceconsulting.com/2011/11/all-those-sqlite-databases.html>

-- 
Adam Tauno Williams  GPG D95ED383
Systems Administrator, Python Developer, LPI / NCLA



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]