On Fri, Aug 28, 2015 at 6:46 PM, Paul Everitt <[email protected]> wrote: > A couple of months ago I was talking again with Shane Hathaway about my > endless interest in the ZODB experience, outside of the ZODB, even if it > means restricted to PostgreSQL 9.4+. He gave me a recursive CTE that would do > “traversal” in one query. It pointed to all kinds of cool ideas related to > permission filtering as part of a SQLAlchemy query chain.
I've sometimes thought about reimplementing Kotti with ZODB. (How Plone is that???) Again because of Kotti's insistence on querying ancestor records to get to a child: is it really necessary to fetch the root record on every request? But now that SubstanceD has been published, I guess that covers that space. You'd just need to review Kotti's UI features and port over the ones that are missing. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
