64.0k views
3 votes
Universal Containers is setting up an external Business Intelligence (BI) system and wants to extract 1,000,000 Contact records. What should be recommended to avoid timeouts during the export process?A. using the soap API to export dataB. utilise the bulk API to export the dataC. use GZIP compression to export the data

User Esengineer
by
5.1k points

1 Answer

5 votes

Answer:

C. use GZIP compression to export the data

Step-by-step explanation:

GZIP compression is used to improve transfer speed trough network.

GZIP compression enables smaller file sizes, which leads extracting faster.

GZIP compression is also used for server-side webpages, so that the webpage is uploaded faster.

Once data is compressed with GZIP, it is decompressed by the same application after transmission.

User Amit Levy
by
4.5k points