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
1 comments
03:52 Sep 21, 2020
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