Re: [basex-talk] reg: Stack Overflow: Try tail recursion?

2023-02-17 Thread chandra sekhar n
-d and share the output > with us? > >> Do you use the latest version of BaseX? > >> > >> Best, > >> Christian > >> > >> > >> > >> On Thu, Feb 9, 2023 at 5:48 AM chandra sekhar n > wrote: > >> > > >> > Dear te

Re: [basex-talk] reg: Stack Overflow: Try tail recursion?

2023-02-09 Thread chandra sekhar n
d-line flag -d and share the output > with us? > Do you use the latest version of BaseX? > > Best, > Christian > > > > On Thu, Feb 9, 2023 at 5:48 AM chandra sekhar n wrote: > > > > Dear team, > > While using the below query on collection g

[basex-talk] reg: Stack Overflow: Try tail recursion?

2023-02-08 Thread chandra sekhar n
Dear team, While using the below query on collection getting this try tail recursion issue. db:exists("3860_Master_Voice_JULY-21_Unbilled","SSBS_9038343_01131130904_02JUL21.xml") I am attaching a query plan and database info. Regards, Chandrasekhar Error: Stack Overflow: Try tail recursion? Opti

Re: [basex-talk] Reg : Try tail recursion issue

2023-01-06 Thread chandra sekhar n
tion: Access denied: admin. at org.basex.api.client.ClientSession.(ClientSession.java:123) at org.basex.api.client.ClientSession.(ClientSession.java:76) Regards, Chandrasekhar On Wed, Jan 4, 2023 at 5:28 PM chandra sekhar n wrote: > Hi Christian, > Not checked with basex latest version,any way i will check >

Re: [basex-talk] Reg : Try tail recursion issue

2023-01-04 Thread chandra sekhar n
> > > On Wed, Jan 4, 2023 at 10:34 AM chandra sekhar n wrote: > > > > Dear Christian, > > 1)We are using java,and getting connection using ClientSession and after > that we are adding xml to collection using below methods > > cliectsession.add("<&g

[basex-talk] Reg : Try tail recursion issue

2023-01-03 Thread chandra sekhar n
Dear team, We are facing the issue below when we add more than 1 lakh xml to the collection,is there any solution? issue : org.basex.core.BaseXException: Stack Overflow: Try tail recursion? Regards, Chandrasekhar

[basex-talk] Xquery performence

2020-08-26 Thread chandra sekhar n
Dear Basex team, We are facing an xquery performance issue. Please find the query in below and please suggest any clue to optimize query let $subbrk := (collection("867509_Voice_DECEMBER-19_Billed_1")/SUBCUSTBRK) let $detailUsageTxn := $subbrk/DETAIL/TRANSACTION[@Usage = 'usage']

Re: [basex-talk] Reg : Memory leak suspect

2020-07-29 Thread chandra sekhar n
thank you veru much On Wed, Jul 29, 2020 at 12:30 PM Christian Grün wrote: > Hi Chandra, > > As BaseX 7.9 is more than 6 years old now, we definitely recommend you > to switch to the latest version in the near future. > > Best, > Christian > > > > On Wed, Jul 2

Re: [basex-talk] Reg : Memory leak suspect

2020-07-28 Thread chandra sekhar n
st, > Christian > > > chandra sekhar n schrieb am Mi., 29. Juli 2020, 07:58: > >> Dear Basex Team, >> Basex server instance consuming more money,That instance is not releasing >> the memory ,to resolve this issue every time we are doing manually stopping >> the basex s

[basex-talk] Reg : Memory leak suspect

2020-07-28 Thread chandra sekhar n
Dear Basex Team, Basex server instance consuming more money,That instance is not releasing the memory ,to resolve this issue every time we are doing manually stopping the basex server instance and again starting. We are using the Basex7.9 version. We found the leak suspect.Please find in below

[basex-talk] Reg : XQUERY Performence

2020-02-06 Thread chandra Sekhar
Dear Basex Team, we have one collection with 3,00,000(3 lakhs) xmls and the collection size is 4 gb,on this collection we are running xquery ,this query taking more than 20 minutes.Here we need to run xquery all 3 lakhs xmls(for report purpose we need to get data from all xmls) . Note : Same quer

[basex-talk] Reg : Collection Performence

2019-12-03 Thread chandra Sekhar
Dear Basex Team, We are using basex7.9,here we are facing performance issue when we are trying to add XML documents to collection database. *scenario *: We are adding nearly one lakh xml documents to the collection,In my application we should run xquery on one lakh xmls,that reason we are adding

Re: [basex-talk] Reg : Runtime error

2019-08-23 Thread chandra Sekhar
tabases > > > > On Tue, Aug 13, 2019 at 6:17 PM chandra Sekhar wrote: > > > > Dear Christian, > > Any suggestion to overcome this problem > > > > Regards, > > Chandrasekhar > > > > On Tue, Aug 13, 2019 at 4:19 PM chandra Sekhar wrote: >

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread chandra Sekhar
Dear Christian, Any suggestion to overcome this problem Regards, Chandrasekhar On Tue, Aug 13, 2019 at 4:19 PM chandra Sekhar wrote: > Dear Christian, > Present my database size reaching up 45 GB(we are getting this error at 35 > to 38 GB),also this depends on input data file,id data

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread chandra Sekhar
d. > > How large is your database? > Christian > > [1] http://docs.basex.org/wiki/Statistics > > > On Tue, Aug 13, 2019 at 12:39 PM chandra Sekhar wrote: > > > > Dear Christian, > > I am checked with current basex version,here also facing same issue. > &

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread chandra Sekhar
BaseX in order to check if the error still persists. > > Best, > Christian > > > > chandra Sekhar schrieb am Di., 13. Aug. 2019, 09:13: > >> Dear Team, >> Not checked,because of basex9 will work with java8 but in our production >> environment we are using jav

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread chandra Sekhar
Dear Team, Not checked,because of basex9 will work with java8 but in our production environment we are using java7 it is very difficult for us change to java8 Regards, Chandrasekhar On Tue, Aug 13, 2019 at 12:37 PM Christian Grün wrote: > Does the error occur with BaseX 9, too? > >

[basex-talk] Reg : Runtime error

2019-08-12 Thread chandra Sekhar
Dear Basex Team, We are getting below error while adding xml's to collection.Please let us know any solution for this error Exception ::org.basex.core.BaseXException: Improper use? Potential bug? Your feedback is welcome: Contact: basex-talk@mailman.uni-konstanz.de Version: BaseX 7.9 Java: Oracle

[basex-talk] Reg : ArrayIndexOutOfBoundsException

2019-08-09 Thread chandra Sekhar
Dear basex team, We are getting the below error while accessing the collection. Exception ::org.basex.core.BaseXException: Improper use? Potential bug? Your feedback is welcome: Contact: basex-talk@mailman.uni-konstanz.de Version: BaseX 7.9 Java: Oracle Corporation, 1.7.0_151 OS: Linux, amd64 Sta

[basex-talk] Reg : Taking time xmls to collections

2019-05-03 Thread chandra Sekhar
Hai Basex Team, We have already created one collection after that adding xmls to that collection, This process is taking much time and the total xml are nearly 2 lakhs. How to get performance to add xmls to collections. We are using basex(version 7.9) client server architecture with java technolo

[basex-talk] Reg : Xquery performence

2018-11-28 Thread chandra Sekhar
Dear basex, Please find attachment for sample xml,Like sample xml we are added multiple xml's to the collection .Below query is my XQuery ,It is taking huge time,Can we optimize this query. My collection size is nearly 1.5 GB let $entriesDisplay := 'Display All' let $Rows := (collection("752