From: Adam R. <ad...@ex...> - 2025-05-22 19:39:29
|
If you need to search all the documents each time, then it is most performant to have them in a single collection to avoid locking overhead between collections. If you only need to search a subset each time, and you can divide them by collection and just search one (or a few collections) this could be faster, but you would need to benchmark based on your own corpus and search requirements. Adam Retter eXist Core Developer { United Kingdom } ad...@ex... On Mon, 19 May 2025, 10:23 Alberto Simões, <has...@gm...> wrote: > Hello > > Are there differences in terms of performance between having a large > collection (150k docs) with or without a folder structure? > > I want to treat them as a single collection, but I don't know if it helps > to have sub-collections to organise them, or if that is irrelevant to eXist. > > I appreciate any help you can provide. > Alberto > > -- > Alberto Simões > _______________________________________________ > Exist-open mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-open > |