Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Salesforce Data Architect Certification Guide

You're reading from   Salesforce Data Architect Certification Guide Comprehensive coverage of the Salesforce Data Architect exam content to help you pass on the first attempt

Arrow left icon
Product type Paperback
Published in Nov 2022
Publisher Packt
ISBN-13 9781801813556
Length 254 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Aaron Allport Aaron Allport
Author Profile Icon Aaron Allport
Aaron Allport
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Preface 1. Section 1: Salesforce Data Architect Theory
2. Chapter 1: Introducing the Salesforce Data Architect Journey FREE CHAPTER 3. Chapter 2: Data Modeling and Database Design 4. Chapter 3: Master Data Management 5. Chapter 4: Salesforce Data Management 6. Chapter 5: Data Governance 7. Chapter 6: Understanding Large Data Volumes 8. Chapter 7: Data Migration 9. Section 2: Salesforce Data Architect Design
10. Chapter 8: Accounts and Contacts 11. Chapter 9: Data APIs and Apex 12. Chapter 10: Tuning Performance 13. Chapter 11: Backup and Restore 14. Chapter 12: Territory Management 15. Section 3: Applying What We've Learned – Practice Questions and Revision Aids
16. Chapter 13: Practice Exam Questions 17. Chapter 14: Cheat Sheets 18. Chapter 15: Further Resources 19. Chapter 16: How to Take the Exam 20. Chapter 17: Answers to Practice Questions 21. Index 22. Other Books You May Enjoy

Migrating Large Data Volumes to Salesforce

When loading LDVs (hundreds of thousands or millions of records) into Salesforce, there are various tools and considerations to keep in mind. Firstly, the Application Programming Interface (API) used to load the data into Salesforce can make a huge difference. The Bulk API can be used to load lots of data in parallel (by setting it to parallel mode). This can cause record-locking issues, whereby records cannot be loaded as their parent is locked. However, typically, this results in a faster load time compared to loading data in one batch at a time (known as serial mode). A way to reduce the likelihood of getting record-locking issues is to order the records to be loaded by the parent record IDs. Thinking purely in terms of performance, the Bulk API in parallel mode is the fastest way to load millions of records into Salesforce in the shortest amount of time. An external ID field can be used to avoid duplicates while importing records, as the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime