Large Data Volumes articles
10 articles · Skew, indexing and query selectivity once an object stops being small.
Salesforce Spring '26 - Apex Cursors and LWC Expressions
I've been testing the Salesforce Spring '26 preview, and the new Apex Cursors change what is realistic for large data...
Managing Salesforce Large Data Volumes - Performance Guide
If your Salesforce org feels like it's wading through molasses, large data volumes are usually why. Here is what breaks...
How to Use Apex Cursors to Stream Large Datasets in LWC
If you are tired of hitting heap limits when loading records into LWC, look at Apex Cursors. They handle large data...
Salesforce Data Skew - A Guide to Ownership and Lookup Skew
Ever wonder why your bulk updates keep failing with row-lock errors? Salesforce data skew is a likely culprit. Here is...
Optimize Salesforce query performance with @ReadOnly
Tired of hitting that 50,001-row limit in Apex? Here is how the @ReadOnly annotation bumps your query capacity up to a...
SOQL vs SOSL - Which Salesforce Query Should You Use?
Picking between SOQL vs SOSL trips up a lot of people early on. Here is how I decide which one to reach for, so your...
Salesforce flat file integration for batch data exchange
Sometimes a simple CSV beats a complex API. Here is why Salesforce flat file integration is often the most reliable way...
What are Salesforce Big Objects? A Practical Guide
If you are trying to store millions of logs in a custom object, you are headed for trouble. Here is how Salesforce Big...
Salesforce External Objects: A Guide to Data Integration
Stop building custom sync engines for ERP data. Salesforce External Objects let you view millions of rows in real time...
Salesforce Connect interview questions and technical guide
Salesforce Connect is one of those features that sounds easy until an interviewer asks about limits and licensing. This...