You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Michael Welter <mi...@telecommatters.net> on 2007/06/13 18:31:26 UTC

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,

RE: Noobie

Posted by CORMIER Mario <mc...@miranda.com>.
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:mike@telecommatters.net] 
Sent: Wednesday, June 13, 2007 12:31
To: xindice-users@xml.apache.org
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,