Re: Creating lots of nodes

2016-10-31 Thread Bertrand Delacretaz
Hi, On Fri, Oct 28, 2016 at 4:55 PM, Christoph Thodte wrote: > ...My importer is very fast for the 30.000 nodes than it will be very slow > down It's not likely that Sling is the cause of this, but to find out the best way by far is profiling or at least

Re: Creating lots of nodes

2016-10-30 Thread Jason E Bailey
Additionally, if you are creating child nodes, you want them to be using a non ordered structure. If you're using an ordered parent I could see it creating a significant impact after a while. Also, indexing. If you've got indexing going on that includes what you're inserting that may have an

Re: Creating lots of nodes

2016-10-29 Thread Steven Walters
On Fri, Oct 28, 2016 at 11:55 PM, Christoph Thodte wrote: > Hello! > > What is the best and fast way to create a lot of resources in Sling? I import > 200.000 data rows in jcr. My importer is very fast for the 30.000 nodes than > it will be very slow down. I

Creating lots of nodes

2016-10-28 Thread Christoph Thodte
Hello! What is the best and fast way to create a lot of resources in Sling? I import 200.000 data rows in jcr. My importer is very fast for the 30.000 nodes than it will be very slow down. I commit my resourceresolver ervery 100 resources. The committing is fine but the time for creation of