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

2019-05-03 Thread Fabrice ETANCHAUD
Hi Chandra,

Performance is a very subjective matter… that deserves measurements.
Did you set UPDINDEX or AUTOOPTIMIZE options ?
In your opinion, what would a good performance be for a 1 Gb file ingestion ?

Did you try to compare with an embedded BaseX db (in standalone mode) ?

Best regards,
Fabrice Etanchaud


De : BaseX-Talk [mailto:basex-talk-boun...@mailman.uni-konstanz.de] De la part 
de chandra Sekhar
Envoyé : vendredi 3 mai 2019 09:04
À : basex-talk@mailman.uni-konstanz.de
Objet : [basex-talk] Reg : Taking time xmls to collections

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 technology 
to perform creating collection and adding xmls to collection.
below two ways we are using to add the xml to collection

1) Using FileInputStream(When file size is small,less than 1 gb)
2) Using ADD command(While file size is large,greater than 1 gb)


[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
technology to perform creating collection and adding xmls to collection.
below two ways we are using to add the xml to collection

1) Using FileInputStream(When file size is small,less than 1 gb)
2) Using ADD command(While file size is large,greater than 1 gb)