6 May
2000
6 May
'00
12:32 p.m.
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