Forum OpenACS Development: Re: Scalability of get_path (PG) and the file-storage package

Another idea:

If content_item__get_path is defined as stable, and we calculate the path to the parent, a query for all items ina  folder should only incur the calculation cost once for the parent_folder, and even the 15 level deep query would only incur the cost 15 times instead of 1500.