Checklist progress
0/168Learned
Heroku Architect
Study Checklist
Checklist progress
0/168Learned
Recommend architectures that use Heroku Connect appropriately, including the correct use of External IDs.
0/13
When should an architect choose Heroku Connect accelerated streaming over polling?
Learn this conceptRecommend techniques to integrate Heroku apps with the Salesforce Lightning Platform, and understand when to apply particular techniques.
0/11
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Heroku Architect studiers.
Heroku Connect uses separate threads for reading (Salesforce→Postgres) and writing (Postgres→Salesforce). When a record is inserted into Postgres without a unique external identifier, Connect cannot reliably match the row during the window before the Salesforce ID is synced back, which can produce duplicate records in both Postgres and Salesforce.