Rafal Krzewski <[EMAIL PROTECTED]> writes:
> Gunnar (and other PSQL users),
>
> I have a question regarding Postgress. I recall a discussion long
> time ago about problems with the Turbine database schema in
> Postgress. In the new security setup, we have serialized hashtables
> associated not only with TurbineUser (formerly Visitor) but also
> with TurbineGroup, TurbineRole and TurbinePermission.
>
> If there is anything that we can do to support those better, it's
> a good moment to think about it now, because the schemas are
> undergoing a radical change.
Serialization is not a good solution with the current version of postgres,
I think 7.1 will offer some improvements there(the new TOAST
implementation).
What kind of data is contained in these hashtables ? Different user/group
attributes ?
If so, are there any good reasons to not use a table with key/value pairs
instead ? These would also allow you to do queries directly against
attribute table.
Is the new Security setup in the current CVS or do I have to get it from a
branch ? I was planning on using the security part of Turbine for an
application, so I would love to take a look at the new code.
regards,
Gunnar
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]