[Zope] Postgresql support on Zope
Cary O'Brien
cobrien@Radix.Net
Sat, 6 May 2000 08:32:11 -0400 (EDT)
> > Is anybody using (succesfully) PostgreSQL? Any comments on
> > speed/reliability/(zope)zen?
>
> Yes... very. Speed is very good if you use the SQL Method cache.
>
> I have had a database up and running for months and never had to touch it.
>
Ditto. I've had a bug-tracking zope/postgresql app running for nearly
a year without any problems.
Plus PostgreSQL 7.0 is coming out with lots more goodies.
PostgreSQL Tips:
Indexes may not be used untill you run a vacuum.
Never, never let it run out of disk space. Bad things happen.
-- cary