taking python enterprise level?...

Aahz aahz at pythoncraft.com
Tue Mar 2 11:22:38 EST 2010


In article <mailman.99.1267513003.23598.python-list at python.org>,
D'Arcy J.M. Cain <darcy at druid.net> wrote:
>
>Put as much memory as you can afford/fit into your database server.
>It's the cheapest performance boost you can get.  If you have a serious
>application put at least 4GB into your dedicated database server.
>Swapping is your enemy.

Also, put your log/journal files on a different spindle from the database
files.  That makes a *huge* difference.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Many customs in this life persist because they ease friction and promote
productivity as a result of universal agreement, and whether they are
precisely the optimal choices is much less important." --Henry Spencer



More information about the Python-list mailing list