looking into groupserver
From:
Richard Waid
Date:
2007 Jun 12 22:12 UTC
Short link
On Wed, 2007-06-13 at 04:45 +1200, Deryk Wenaus wrote:
> Dan,
>
> What database does groupserver run on?
Sorry, not Dan, but I'll chime in here. GroupServer runs on two
databases:
1) ZODB - Zope Object Database and
2) PostgreSQL
At the moment we are storing content, users and metadata for files in
the ZODB. In 2 weeks time we hope to have shifted the users to Postgres,
and the metadata for the files shortly after that. That will leave us
with just the content in the ZODB (which is what it excels at).