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,
