Memory consumption is sticky in my book. It uses a huge amount of memory it seems from my tests. It could be the way I access, but it's fairly straightforward though.
Create an object through JAXB once. Then persist it to a Xindice collection 1000 times via SAX. That appears to use beyond 1Gb RAM according to java.lang.Runtime. And takes 17 secs. Admitiably I do use a unit test that isn't very kind, since every time I run a test I create the collection, get the collection, do the test, and then remove all resources in the collection ----- Original Message ----- From: "Alain Javier Guarnieri del Gesu" <[EMAIL PROTECTED]> To: <xindice-users@xml.apache.org>; <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 1:50 PM Subject: Re: Predicates are ignored in Xindice XPATH? > * Kevin Ross <[EMAIL PROTECTED]> [2003-10-22 17:18]: > > > -----Original Message----- > > From: Kurt Kavanaugh [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, October 22, 2003 11:00 AM > > To: xindice-users@xml.apache.org > > Subject: RE: Predicates are ignored in Xindice XPATH? > > > > > > And therin lies the XPATH/collection ambiguity. It seems that there > > needs to be a layer above to provide the abstraction for correct > > aggregate functionality. > > > > > > Good idea, this is one step closer to xquery. I believe that the person > > to implement this would be a good candidate for commit status, if they > > were to be interested... > > > > BTW- Has anyone from the xindice team ever contacted the saxon guys, to > > check on how their xquery might be integrated? I believe they may have > > licensing conflicts, but maybe the saxon group would be interested in > > adjusting the license for xindice use? (HINT: maybe this would solve the > > whole issue) > > Is there a roadmap for XQuery support? Besides aggregation across > documents, are the any other major sticking points in Xindice? > > What needs tweaking in the Saxon license? (IANAL) > > -- > Alain Javier Guarnieri del Gesu - [EMAIL PROTECTED] > >