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 the resource is increased very fast. After 40.000 nodes the time is around 20min for creation of 100 nodes.
What is the problem? How can I speed up. Can anyone support or explain this? As datastore I use the mongodb. With tar it's slower than mongo. I use Sling API not the JCR Api. That's the problem? Christoph