Forum OpenACS Development: Re: max_child_sortkey purpose

Collapse
Posted by Don Baccus on
In particular max() is slow in Postgres as it scans every row returned by the select.

Your method will slow down linearly as new children are added to the parent. That's not good.