Optimising mass record creation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mark
    Senior Member
    • Dec 2019
    • 143

    Optimising mass record creation

    We are trying to optimise automatic creation of records for one of the functionalities in our CRM and we are facing issues where the creation of records via API is too slow. We were wondering, maybe we could use similar concept to how email addresses are currently added when entering them in the email field and saving the record? When you add multiple email addresses in a record that has an email field and save it, the email address functionality creates records directly in the ‘email_address’ table, generates all of the ids and creates links (not sure if that’s exactly how it works)

    Maybe someone knows where the functionality that creates email addresses is located in the files? Or any good structure, which would allow to create new records in a more optimal way than via API?
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    How slow? When importing records it can create quite fast assuming the Silent mode is enabled which by-passes stream handing.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...