Posted by joseph on September 11, 2009 ·
What follows for the next few posts is a somewhat edited version of a set of advice I am giving to a Sun team on redesigning a C++ application which was built for MySQL, ported to PostgreSQL, and never performance optimized. It occurred to me that this advice would be generally useful to the community, [...]
Posted by joseph on September 8, 2009 ·
PostgreSQL is the most advanced and flexible Open Source SQL database today. With this power and flexibility comes a problem. How do the PostgreSQL developers tune the default configuration for everyone? Unfortunately the answer is they can’t.
The problem is that every database is not only different [...]
Posted by joseph on September 8, 2009 ·
Josh Berkus (PostgreSQL Core Team Member) Original Version is here Posted 11/28/2006
What follows for the next few posts is a somewhat edited version of a set of advice I am giving to a Sun team on redesigning a C++ application which was built for MySQL, ported to PostgreSQL, and never performance optimized. [...]