Posts

Showing posts from January, 2022

Data Skew in Salesforce

Image
Data skew in Salesforce refers to a condition where the distribution of related records is uneven or imbalanced across parent records. This can occur within standard or custom objects when many records are associated with a single account, user, or parent record.  Two primary types of skew can happen in Salesforce: Ownership Data Skew: This happens when a single user owns many records. For example, suppose one user owns tens of thousands of account or opportunity records. In that case, it can cause performance issues because the system optimizes sharing calculations based on a more balanced record ownership model. Parent-Child Data Skew: This is a situation where a large number of child records are linked to a single parent record. A typical example is having thousands of contact records associated with a single account. When a child record is created, updated, or deleted, Salesforce must lock the parent record to maintain data integrity. This can lead to contention and performa...

How to determine which release my org is running and Salesforce instance’s data centers ?

Image
  Find my Instance -With a globally distributed data center strategy, Salesforce is committed to being the most secure, trusted, and reliable cloud computing service. Use the map to explore and find your Salesforce instance’s data centers. https://availability.salesforce.com/find-my-instance/ Check Salesforce Instance Status - Check service availability and performance for Salesforce products. https://status.salesforce.com/ Where is my Salesforce instance located? -  https://help.salesforce.com/s/articleView?id=000396845&type=1 Find the release version of Salesforce production or sandbox org https://help.salesforce.com/articleView?id=000317969&type=1&mode=1 Find Salesforce Edition and API version https://help.salesforce.com/articleView?id=000334996&type=1&mode=1 https://www.youtube.com/watch?v=jCsK64zIxbc If you like to see it in xml, goto /services/data/ on your instance. https://[instance].salesforce.com/services/data/ https://[domain].lightning.f...