[basex-talk] Experience for management of tons of xml doc using exist-db

2014-01-14 Thread easy
Hi,all, Based on my discontinuously near ten years experience using exist-db, I made a plan to using exist-db to management more than millions people's EHR, till now, it almost can work, here is what I have done: 1) split the large quantity of doc into small collection( not one collection fo

[basex-talk] Experience for management of tons of xml doc using exist-db

2014-01-14 Thread easy
f all old copy exist. Thanks for advice -- 此致 easy 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

Re: [basex-talk] insert cause db error, often.

2014-01-03 Thread easy
Thanks. with bin/basexhttp -S java -Xmx514523136 -cp org.basex.BaseXHTTP -D -S -- 此致 easy 莫愁前路无知己,天下谁人不识君。 At 2014-01-03 15:03:48,"Liam R E Quin" wrote: >On Fri, 2014-01-03 at 14:47 +0800, easy wrote: >> I lost faith almost. do insert doc contin

[basex-talk] Urgent Help, concurrently update db cause db error, how???

2014-01-03 Thread easy
Hi,all, I have a restxq web service to do insert or update xml doc , which is called by many clients to provide xml data to db, there will be 50 files to provide to basex server. I have found some problem few times : 1) often, after insert tens of thousands xml file, the db "list"

[basex-talk] insert cause db error, often.

2014-01-02 Thread easy
致 easy 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

[basex-talk] HI, it the trunk version all same with different OS?

2014-01-01 Thread easy
hi,all I have download the trunk version basex, but I run in centeros, is there some different for different os? -- 此致 easy 莫愁前路无知己,天下谁人不识君。 At 2013-11-19 04:02:28,"Christian Grün" wrote: >Hi Easy, > >>I found the @attribute='value'

[basex-talk] Urgent Help, concurrently update db cause db error, how???

2014-01-01 Thread easy
Hi,all, I have a restxq web service to do insert or update xml doc , which is called by many clients to provide xml data to db, there will be 50 files to provide to basex server. I have found some problem few times : 1) often, after insert tens of thousands xml file, the db "list"

[basex-talk] what's bad basex ? slow insert doc after continuesly add/insert, lost db access..

2013-12-27 Thread easy
like collection('db/path')//.., say something like: can't found resource /webapp/db . who can give some reason or what 's wrong with me? Thanks. -- 此致 easy 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX

[basex-talk] Help, urgen! db store file very slowly after add 80000 files.

2013-12-25 Thread easy
speed? autoindex is off. -- 此致 easy 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

[basex-talk] xml to json.

2013-12-23 Thread easy
ot;记录人编号", "value":"510622197409046024"}], ["HDSN00.01.004", {"dataelementName":"记录人联系电话", "value":""}], ["HDSN00.01.018", {"dataelementName":"社保号", "value":"无&qu

Re: [basex-talk] bug? lock. is there some guild on how to do concurrent update in rexq service?

2013-12-19 Thread easy
Thanks. I have created a new database , can't reproduce it. BYW, is there a way to scheduler backup task? -- 此致 easy 莫愁前路无知己,天下谁人不识君。 At 2013-12-20 02:42:45,"Jens Erat" wrote: >Hi, > >are you using RESTXQ-`forward`s or `redirect`s, and redirecting to this

Re: [basex-talk] bug? lock. is there some guild on how to do concurrent update in rexq service?

2013-12-18 Thread easy
seX.java:168) at org.basex.BaseX.main(BaseX.java:38) -- 此致 easy 莫愁前路无知己,天下谁人不识君。 At 2013-12-19 03:06:45,"Christian Grün" wrote: Hi Easy, I guess the problem has been fixed in the 7.8 snapshot. Could you please give it a try and report back? Best, Christian A

Re: [basex-talk] bug? lock. is there some guild on how to do concurrent update in rexq service?

2013-12-18 Thread easy
Hi,all, I have a web service as fellow : declare %output:method("xml") %output:omit-xml-declaration("no") %output:media-type("application/xml") %updating %rest:path("/add_ehr_doc") %rest:POST("{$body}") %rest:header-param("pid","{$pid}") %rest:header-param("doc_id","{$doc_id}")

[basex-talk] bug? lock. is there some guild on how to do concurrent update in rexq service?

2013-12-18 Thread easy
welcome: -- 此致 easy 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

[basex-talk] how to release the database lock?

2013-12-15 Thread easy
basex? Eagerly. Thanks -- 此致 easy 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

Re: [basex-talk] what's wrong with this updating function?

2013-12-11 Thread easy
Thanks. but how to custom update response type is application/xml ? -- 此致 easy 莫愁前路无知己,天下谁人不识君。 在 2013-12-11 15:18:14,"Wiemer, Sebastian" 写道: Am 11.12.2013 um 07:04 schrieb easy : hi,all, hi 此致, I have write a restxq service, as

[basex-talk] what's wrong with this updating function?

2013-12-10 Thread easy
50/12001.xml' return for $x in doc($test)//header[id=12001] return db:output('ok,path='||$path), insert node ( 'text', test ) into $x }; -- but still say :undefined variavle $x. how to do ? is there a good way to do insert update operation on a file and return s

[basex-talk] Is there a way to do incremental backup in basex?

2013-12-10 Thread easy
Hi, all I don't know whether there is a way to do incremental backup ,my large db can't do full backup everyday. I only found create backup command. -- 此致 easy 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-k

[basex-talk] how to develop our repository lib package?

2013-11-27 Thread easy
hi,all, what's the extension package specifinition? can I install exist-db 's xar package into basex? -- 此致 easy 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.

[basex-talk] query function like matches can't work fast as = op , how to optimizer it? how to create range index?

2013-11-18 Thread easy
hi,all, I found the @attribute='value' operation will fast after create attribute index, but function like matches,contains,starts-with has no effect even after create text index. how to optimum it , how to create path index, range index? thanks. -- 此致 easy 莫愁前路无

[basex-talk] Is there a better way to do develop or test with c/s mode server?

2013-11-16 Thread easy
Hi, all I found the Gui can only work with local mode, but I want do some xquery test / sandbox with basex server, only found can do in client mode, Is there some other way ?esp for restful web mode. thanks -- 此致 easy 莫愁前路无知己,天下谁人不识君

[basex-talk] how about use basex to manage the large quntity of personal health information files?

2013-11-16 Thread easy
; > > > > > > > > > > > > > > > > > > > > > before, I used existdb to do this, but I found exis

[basex-talk] how to get the data of a http post request?

2013-11-14 Thread easy
hi,all, I can't find function in request module to get the request content. such as request:get-data(), any idea? -- 此致 easy 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailma

[basex-talk] my first question: how to deal with the duplicated files in basex?

2013-11-10 Thread easy
Hi,all, I found basex db can add same file in same db and collection many times, when I use doc('') func, there will be a error: database paths . pointed more than one document. how to avoid this?? -- 此致 easy 莫愁前路无

[basex-talk] why add large number file cause memory overflow?

2012-04-23 Thread easy
I add more than 4 file into database , use -Xmx14000m ,but still say memory not enough. do in basex,basexclient. -- 此致 林晓东 莫愁前路无知己,天下谁人不识君。___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman