[Zope] Postgresql support on Zope
Richard Moon
richard@dcs.co.uk
Mon, 08 May 2000 10:53:32 +0100
At 22:41 07/05/00 +0000, you wrote:
>Thus spake Cary O'Brien (cobrien@Radix.Net):
>
> > > > Is anybody using (succesfully) PostgreSQL? Any comments on
> > > > speed/reliability/(zope)zen?
I'm using it on Linux very successfully. There's a web front-end called
postgressadmin (available from www.postgresql.org) which needs PHP3
installed which I use as well, though I'm meaning to write a Zope based
admin tool.
My only problem is that I cannot get the NT version to work yet - it needs
Cygwin and other stuff as well so I'm beginning to think PostgreSQL is not
ideal if you need a cross-platform solution - shame.
> > >
> > > 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
Richard Moon
richard@dcs.co.uk