Try our conversational search powered by Generative AI!

The job is runnning.

Vote:
 

Hi, 
I'm trying to save Dynamic data with list of addresses. 

EPiServerDataStore(AutomaticallyCreateStore = true, AutomaticallyRemapStore = true)]
    public class AddressData : IDynamicData
    {
        public Identity Id { get; set; }
        public IList Addresses { get; set; }
        
    }

Everything goes fine and I get no exceptions. When it hits DynamicDataStore.Save(addressData), it just stays there. "The job is running" 
I've waited more than 15 minutes for it to finish, but it doesn't. 

Any suggetions, why it's getting stuck? Or what could be the problem?
Using EPiServer CMS 8.11

Regards,
A

#139282
Sep 29, 2015 10:52
Vote:
 

I've figured that it doesn't get stuck. It nicely handles importing data. But it just takes a lot time. I've tried importing a list with 10 000 rows and it takes approximately 2.5 minutes to complete. 

Any suggetions how to make data saving faster? 

#139290
Sep 29, 2015 11:50
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.