On Mon, 2019-01-28 at 09:59 +0000, Raffaele Gambelli wrote: > Thanks Robert, we have Oracle experts and our system is working well > for three years, this is the first time we are facing a similar > issue. > > Does it exist an alternative way to empty step by stemp a node? I > mean in place of remove() method, which I suppose it loads the full > entity before effectively remove it.
There is also session.removeNode(...) but it looks like it does the same thing. Other things you could try: 1. Move the node to another area of the repository and try to then remove properties in batches. 2> Move the node to another area of the repository, back up the repository _without_ that node and then restore it on a fresh instance. Robert