[Zope] Re. Zope for a article publication site
Hannu Krosing
hannu@tm.ee
Thu, 06 Jan 2000 22:12:32 +0200
Jerry.Spicklemire@IFLYATA.COM wrote:
>
> PosgreSQL has a native "text" data type that can grow to a large size
> transparently. Accessing records of this type should be very effective as a
> means of publishing raw text, formatted via DTML. It should be fairly easy
> to store huge volumes of text in PostgrSQL while the size of the Zope ODBMS
> remains much smaller, since it only needs to store the presentation pieces.
> I don't know enough about ZCatalog yet to say whether you could successfully
> integrate the two, but perhaps some of the other interesting native features
> of PostgreSQL could stand in, since indexing is what DMSs do best.
In theory - yes.
But PostgreSQL has no native full text indexing while Zope has ZCatalog.
------------------
Hannu