ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 130 - Certified Data Architect discussion

Report
Export

NTO need to extract 50 million records from a custom object everyday from its Salesforce org. NTO is facing query timeout issues while extracting these records.

What should a data architect recommend in order to get around the time out issue?

A.
Use a custom auto number and formula field and use that to chunk records while extracting data.
Answers
A.
Use a custom auto number and formula field and use that to chunk records while extracting data.
B.
The REST API to extract data as it automatically chunks records by 200.
Answers
B.
The REST API to extract data as it automatically chunks records by 200.
C.
Use ETL tool for extraction of records.
Answers
C.
Use ETL tool for extraction of records.
D.
Ask SF support to increase the query timeout value.
Answers
D.
Ask SF support to increase the query timeout value.
Suggested answer: C

Explanation:

The best solution to extract 50 million records from a custom object everyday from Salesforce org without facing query timeout issues is to use an ETL tool for extraction of records. ETL stands for extract, transform, and load, and it refers to a process of moving data from one system to another. An ETL tool is a software application that can connect to various data sources, perform data transformations, and load data into a target destination.ETL tools can handle large volumes of data efficiently and reliably, and they often provide features such as scheduling, monitoring, error handling, and logging5. Using a custom auto number and formula field and use that to chunk records while extracting data is a possible workaround, but it requires creating additional fields and writing complex queries.The REST API can extract data as it automatically chunks records by 200, but it has some limitations, such as a maximum of 50 million records per query job6.Asking SF support to increase the query timeout value is not feasible because query timeout values are not configurable

asked 23/09/2024
Tudy smith
22 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first