Shanon, If all yours documents are in some collection you can not specify collection when search all. This approach has least overhead that any other.
-----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Michael Blakeley Enviado el: viernes, 25 de abril de 2008 01:54 Para: General Mark Logic Developer Discussion Asunto: Re: [MarkLogic Dev General] collection footprint Shannon, Each collection will add one extra term in your query, so a single collection is more efficient. But the difference may not be perceptible to your users. -- Mike Shannon Scott Shiflett wrote: > Hi, > > If we have logically organized documents loaded into say 8 > collections, to search all collections, is it best practice to specify > a list to collection() or use a 9th collection containing all the > URIs? Which approach has the least overhead? > > Thanks, > Shannon > _______________________________________________ > General mailing list > [email protected] > http://xqzone.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
