RE: Noobie
"CORMIER Mario" <[email protected]> Wed, 13 Jun 2007 12:40:53 -0400
| Newsgroups | gmane.text.xml.xindice.user |
|---|---|
| Message-ID | <[email protected]> |
Xindice is optimized for many small documents rather than a few huge documents, so you should favor your first option. Mario -----Original Message----- From: Michael Welter [mailto:[email protected]] Sent: Wednesday, June 13, 2007 12:31 To: [email protected] Subject: Noobie Hello, I have a collection of clients to be stored in an Xindice collection. Which is the preferred storage method? Separate files: <client> ... </client> <client> ... </client> <client> ... </client> or one file? <clients> <client> ... </client> <client> ... </client> <client> ... </client> </clients> There are thousands of clients to be stored. Thanks,