Forum OpenACS Development: Re: max_child_sortkey purpose

Collapse
Posted by Dave Bauer on
max_child_sortkey is a caching feature. It is used to speed up insertion of objects into tables with a tree_sortkey.

The calculation of the next child can be expensive so this makes it faster.