Re: PROPFIND Depth:1 and ACLs
"Tim Olsen" <[email protected]>
| Newsgroups | gmane.ietf.webdav |
|---|---|
| Message-ID | <[email protected]> |
On 5/15/07, Werner Donné <[email protected]> wrote: > Indeed, because as soon as one property is also returned an ACL check is > required for each member, which is expensive if the collection has a lot > of members, say a few thousand. > If you're using a SQL database, you can optimize this with a proper SQL query. Just JOIN all the children of a collection against the acl check you normally do. -Tim