Question

Database import

We are trying to import/update millions of records from other system everyday. The Entity object is too slow for this. We will use direct import via database command. What will we have to call after import? How do we trigger the indexing to work on new data?

 

Thanks,

Van 

Like 0

Like

1 comments

Dear Van Ly,

 

Automatic indexing should work if new entities are added via Entity.save. You can try to call it after records were added to the database.

 

Best regards,

Angela

Show all comments