コンプライアンス目的のため、企業は組織内での製品の長期使用を追跡する必要があります。ログに記録する必要がある情報は複数のオブジェクトから収集されるため、時間が経つにつれて、数億のレコードが存在するようになると予測されています。
開発者はこれを実装するために何を使用する必要がありますか?
正解:C
The best way to implement this is to use big objects. Big objects are custom objects that can store and manage massive amounts of data on the Salesforce platform. Big objects can handle hundreds of millions of records and support asynchronous SOQL queries. Big objects are also optimized for performance and scalability, and can be integrated with other Salesforce features such as reports, dashboards, and triggers. Setup audit trail, field audit trail, and field history tracking are not suitable for this scenario, as they have limitations on the number of fields, records, or retention periods that they can track. Reference: [Big Objects], [Trailhead: Big Objects Basics]