sf-knowledge-bigobjects

Implement Salesforce Big Objects creation, population, and query optimization using curated Markdown knowledge files.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Avinava/sf-documentation-knowledge --skill sf-knowledge-bigobjects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-knowledge-bigobjects
Source: https://github.com/Avinava/sf-documentation-knowledge/tree/main/skills/bigobjects
Command: npx skills add https://github.com/Avinava/sf-documentation-knowledge --skill sf-knowledge-bigobjects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding accurate, up-to-date guidance for Salesforce Big Objects is time-consuming and error-prone when pulling from scattered sources. This Skill provides curated, validated knowledge mapped to the Big Objects domain, enabling faster implementation decisions without external browsing.

Core Features & Use Cases

  • Curated guidance: Access topic-specific Big Objects implementation guidance in one place.
  • Rapid onboarding: Jumpstart Big Objects projects with ready-to-use design patterns and best practices.
  • Use Case: Instance-based references from knowledge/current/bigobjects to implement creation, population, and querying of Big Objects efficiently.

Quick Start

Read the index file at knowledge/current/bigobjects and the topic files to begin implementing Big Objects.

Frequently Asked Questions about sf-knowledge-bigobjects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Salesforce Big Objects for large-scale data storage?

To implement Salesforce Big Objects, you need to follow specific design practices for creation, data population, and query optimization. This Skill provides structured Markdown knowledge files that guide these implementation steps for scalable data storage.

What are the best practices for querying Salesforce Big Objects?

Querying Salesforce Big Objects efficiently requires applying specific design patterns and best practices. You can use curated knowledge references to optimize your query logic and avoid common performance pitfalls during data retrieval.

When should I use Salesforce Big Objects instead of custom objects?

Salesforce Big Objects are needed when managing massive datasets that exceed standard custom object limits. This curated guide helps architects and developers decide when to use Big Objects for large-scale data retention.

How do I populate a Salesforce Big Object with data?

Populating a Salesforce Big Object involves applying validated design patterns for data mapping and insertion. This Skill provides ready-to-use implementation references to help developers populate Big Objects efficiently.

What are the limitations of Salesforce Big Objects?

Salesforce Big Objects have specific constraints regarding query performance and data population methods. This curated knowledge mapping helps developers understand architectural precautions and design limitations when building Big Objects solutions.