Re: [ZODB-Dev] What are the ZopeDB limit?

From: Michele Bendazzoli <mickymouse(at)mickymouse(dot)it>
To: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: [ZODB-Dev] What are the ZopeDB limit?
Date: 2003-08-25 07:12:27
Message-ID: 1061795547.841.22.camel@mickymouse.sintel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Sat, 2003-08-23 at 23:01, Dieter Maurer wrote:
cut
> > What do you think of?
>
> When your data fits well in a relational database
> (a huge number of highly structured records, no full text indexes),
> put it in Postgres. Otherwise, try the ZODB.
> Make some preliminary mass tests before your invest a lot in one
> approach.

Thank you very much for your in dept advices.

I think i will go for a mixed approach: I'll put the raw data in a db
managed by postgresql and documents that reassumes them in the zopedb.
This approach let me combining the advantages of both zopedb and
postgresql and should prevent future troubles.

ciao, Michele

p.s. Is there any future planning of integrating the power of postgresql
directly in the zopedb? Now that postgresql seems to become a very
independent platform database (with a native windows port) maybe can be
considered by the zopedb developers as solid ground to store the objects
managed by zope.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michele Bendazzoli 2003-08-25 07:16:52 Re: [ZODB-Dev] What are the ZopeDB limit?
Previous Message Tomasz Myrta 2003-08-25 05:59:59 Re: Joined deletes but one table being a subquery.