Hi,
Shailesh Mangal wrote:
> thanks Stefan,
>
> We are using JTA. Our repository reads are very fast but writes are very
> slow.
>
> It takes 600-800 msec to copy one node. We are trying to find a reason
> for that. It appeared that workspace.copy() might take long.
>
> What I also noticed is t
thanks Stefan,
We are using JTA. Our repository reads are very fast but writes are
very slow.
It takes 600-800 msec to copy one node. We are trying to find a reason
for that. It appeared that workspace.copy() might take long.
What I also noticed is that its constantly rebuilding the index
hi shailesh
On Wed, Sep 24, 2008 at 5:55 PM, Shailesh Mangal
<[EMAIL PROTECTED]> wrote:
> HI All,
>
> I am facing performance issues while coping large number of nodes.
>Scenario: I have a node(N1) with 5000 subnodes). I wanted to
> selectively copy some of these (say 1000) sub nodes to ot
HI All,
I am facing performance issues while coping large number of nodes.
Scenario: I have a node(N1) with 5000 subnodes). I wanted to
selectively copy some of these (say 1000) sub nodes to other node(N2)
I am using Workspace.copy(). (Iterating through all subnodes and
coping one by one)