A big object stores and manages massive amounts of data on the Salesforce platform. This post will explain Big objects and its benefit to using.
sfdc interview question
-
-
Custom Setting and Custom Metadata Type are used to store application secrets. This post will give similarities and differences of both storage features.
-
SOQL Injection (SOQLi) is a type of injection attack that makes it possible to execute malicious SOQL statements. This post will give SOQL injection mitigation techniques.
-
PK chunking is used to split the queries into manageable chunks which will increase application performance. This post will explain PK Chunking in Bulk API.
-
Skew means something is not right and in a data set, if the data is not distributed uniformly then it is referred to as Data skew.
-
Skinny tables are custom tables that Salesforce creates on customer’s request to optimize search results and query performance. Skinny tables can be created to contain frequently used fields and to avoid…