Re: how good is PostgreSQL
Steve Wolfe <steve@iboats.com>
From: "Steve Wolfe" <steve@iboats.com>
To: <pgsql-general@postgresql.org>
Date: 2000-11-01T00:39:54Z
Lists: pgsql-hackers
> d) PHP may not be a great choice. It doesn't provide a lot of hooks > for effective caching of database connections and/or results. > mod_perl or Java servlets may be better, depending on the details. One of our competitors spent a very, very large deal of money on high-end Sun equipment, so that they could write their CGI stuff in Java servlets. It still ran slow. We run Perl on machines that pale compared to theirs, and get far better performance. : ) steve