From: Dave F. <dav...@gm...> - 2011-11-23 14:42:28
|
Do you have any type of indexing going on other than the standard type, such as lucene or ngram? 2011/11/23 Василий Старцев <wst...@gm...> > > Hi! > > > I have a problem with adding a huge count intems into one xml document. > > let $file := xmldb:store("/db/", "test.xml", <test/>) > return for $a in 0 to 100000 > return update insert <new record="{$a}"/> into doc($file)//test > > > At this time test.xml have 48552 <new/> items and adding 6-8 items/sec. > > svn info > Path: . > URL: https://exist.svn.sourceforge.net/svnroot/exist/trunk/eXist > Repository Root: https://exist.svn.sourceforge.net/svnroot/exist > Repository UUID: 8784284e-840f-0410-bd5a-a6a6012a0d1a > Revision: 15533 > Node Kind: directory > Schedule: normal > Last Changed Author: wolfgang_m > Last Changed Rev: 15533 > Last Changed Date: 2011-11-12 22:04:19 +0100 (Sat, 12 Nov 2011) > > > -- > С наилучшими пожеланиями > Василий Старцев > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > -- David Finton |