Skip to main content
Object limits are restrictions on the number or size of objects in Pinecone. They vary based on pricing plan. 1 On the Starter plan, all serverless indexes must be in the us-east-1 region of AWS. Builder, Standard, and Enterprise plans can create indexes in any supported region.
When you exceed an object limit, API operations return a 403 - QUOTA_EXCEEDED. Upgrade your plan to increase the limit. If a higher plan still doesn’t cover what you need, contact Support with details about your use case, since most object limits can be raised on request.
For the serverless storage limit, you can also delete records to get back under it.
To stay under the serverless index limit, use namespaces to partition data within a single index instead of creating multiple indexes. This can also improve query performance and lower costs by limiting searches to relevant data subsets.
Namespaces per serverless index vary by plan. On the Standard and Enterprise plans, Pinecone can accommodate million-scale namespaces and beyond for specific use cases. If your application requires more than 100,000 namespaces, contact Support.