Published at: 2025-10-30
Large Objects Overview
Value Proposition
Big Object is a lightweight object model provided by ShareCRM metadata. Compared with Standard Objects, Big Object uses distributed data storage, offers a reduced set of functions, and exposes only basic object- and data-level permissions.
Use Cases
- Business data archiving
- System log storage
- Storing non-transactional or append-only datasets that do not require reporting or analytics
- 360° Account view — storing unstructured or extended data related to the customer data model
- Audit and tracking — maintaining long-term usage history for analysis or compliance
- Historical archiving — retaining historical data for analysis or compliance while optimizing core CRM or platform performance
Features
You can archive data from other objects or import massive datasets from external systems into a Big Object.
Differences Between Big Object and Standard Object
| Big Object | Standard Object |
|---|---|
| Horizontally scalable distributed database | Relational database |
| Non-transactional database | Transactional database |
| Hundreds of millions to billions of records | Millions of records |
Compared with Standard Objects
- Supported basic field types only: Single-line Text / Multi-line Text, Single-select / Multi-select, Date / Time / DateTime, Number, Currency (RMB converted to USD where applicable), Percent, Mobile, Email, URL, Images, Attachments, Boolean, Lookup Relationship
- Unsupported optional features: Global Search, Follow-Up Activity, Related Teams, Edit History
- Primary key types: Auto-increment ID field type is not supported
- Masking configuration is not supported for Big Object fields
- Field-level display settings are not supported
- Object filters do not support LIKE operators (contains, starts with, ends with, etc.)
- Big Objects can Lookup to Standard Objects, but Big Objects cannot be used in roll-up or aggregate statistics
- Standard Objects can Lookup to Big Objects, but they cannot reference Big Objects (no cross-object referencing for certain features)
- Not supported: Approval Processes, Workflows, Business Processes