Thus spake Cary O'Brien (cobrien@Radix.Net):
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
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Is there a way to use large objects with zope's sql product? sRp -- Scott Parish http://srparish.net