We see documents that can have a container element with a few 100K non-container elements. So, I am testing how big a document xindice can handle and what is the query response time.
Thanks, Sreeni -----Original Message----- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED] Sent: Thursday, March 21, 2002 12:20 PM To: [email protected] Subject: RE: Large Documents > From: Sreeni Chippada [mailto:[EMAIL PROTECTED] > > I saw a posting on the Developer's list about Large Data. > I ran a test yesterday. I thought the results might be helpful. > > > xml document size: 830KB. ( violated the recommendation right there ) > Collection size: 788KB. > Index size: 14MB > xpath: > "/INVOICEBATCH/INVOICEFILE/LAYOUT/INVOICE/ACCOUNT_DETAIL/SERVICE[1]/ITEM [1]/ > AMOUNT/ITEM2[1]/ITEM3[1]" > Element count for ITEM3 : 12000 > Time to retrieve all: 40 sec > Time to retrieve any one: 2 to 3 secs > > When I try to load a document of 8MB, the loading failed. > Are there any plans to support large and huge documents in the future > releases? Why don't you just split large document on several collections and huge document on lots of collections? I think that's the recommended way to use xindice. Vadim > Thanks, > Sreeni
