From: Вячеслав С. <sch...@gm...> - 2011-11-23 15:00:59
|
to my mind here can be unnecessary escalation of lock level by the way - what about replace read locking by adding timestamp to all data - similar way like it implemented in ZFS? 23 ноября 2011 г. 18:42 пользователь Dave Finton <dav...@gm...> написал: > 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 > > ------------------------------------------------------------------------------ > 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 > > |