mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
patch attached replaces the tree walk algorithm used to build the folder hierarchy with a single database query. That is, we replace 1 database query per folder with 1 query for the root folder's properties and 1 query to retrieve the entire collection of folders for a user.