Checklist progress
0/157Learned
Platform Data Architect
Study Checklist
Checklist progress
0/157Learned
Given a customer scenario, design a data model that scales considering LDV and solution performance.
0/13
Given a customer scenario, recommend a data archiving and purging plan that is optimal for the customer's data storage management needs.
0/5
Given a customer scenario, decide when to use virtualized data and describe virtualized data options.
0/5
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Data Architect studiers.
Salesforce index tables exclude null records by default, meaning queries filtering on null values cannot use standard indexes. Filtering on null-heavy fields often triggers a full-table scan because the query optimizer treats null queries as index selectivity exceptions. Architects must configure custom indexes with support to include null rows or design queries to avoid filtering on nulls in large data volume scenarios.