Practice questions
Test your knowledge of the topics covered in this chapter by answering the following questions:
- What does LDV stand for?
- Which type of Salesforce object is used to store 1 million or more records?
- One account that contains over 10,000 child records is known as what?
- More than 10,000 records looking up to a single parent record is known as what?
- Utilizing data hosted on an external system is a technique known as what?
- What can be used to partition data and reduce the number of records returned by SOQL queries and reports?
- What can be used to avoid joins within queries to data held within a single object and speed up read-only operations?
- More than 10,000 child records belonging to the same parent record is known as what?
- Specify the type of index that’s used in the following scenarios:
- When a SOQL query is executed against object data where that object contains 400,000 records, and the filter matches 40,000 or fewer records...