Обсуждение: Re: [ZODB-Dev] What are the ZopeDB limit?

Поиск
Список
Период
Сортировка

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

От
Michele Bendazzoli
Дата:
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.



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

От
Michele Bendazzoli
Дата:
On Mon, 2003-08-25 at 09:12, Michele Bendazzoli wrote:

ops ...

apologies for the message.

Michele



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

От
BenLaKnet
Дата:
just one question

You use zope with postgresql ??

No problem of connection ?



Michele Bendazzoli wrote:

>On Mon, 2003-08-25 at 09:12, Michele Bendazzoli wrote:
>
>ops ...
>
>apologies for the message.
>
>Michele
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 7: don't forget to increase your free space map settings
>
>  
>



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

От
Michele Bendazzoli
Дата:
On Tue, 2003-08-26 at 08:50, BenLaKnet wrote:
> just one question
> 
> You use zope with postgresql ??

yes.

> No problem of connection ?

Until now no. I use debian unstable.

ciao, Michele