Noobie
Michael Welter <[email protected]> Wed, 13 Jun 2007 10:31:26 -0600
| Newsgroups | gmane.text.xml.xindice.user |
|---|---|
| Message-ID | <[email protected]> |
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,