I use sedna 3.3.55 on windows 7 64 bit.
I must insert a lot of xml nodes (1000) of about 600kb, all in the same
resource.
The performance degrades costantly, the first insertion take about 5s but
after two hundred insertion the time is about 30s.
Is normal this behavior?

If at this point I  recreate the db and load  the entire xml (with bulk
load) and I try to add more nodes to the resource, the performances improves
and returns as the start (5s. even if the resource already contains 1000
nodes)

The xml node:
  <value>
     <row>test1</row>
     <row>test2</row>
     <row>test3</row>
      ...
  </value>

The initial resource is simply
<values>
</values>
------------------------------------------------------------------------------

_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to