Inquiry Regarding Compute and Storage Pricing

Seeking details on Pinecone compute and storage pricing plans. Kindly provide information on compute resource pricing (e.g., CPU, memory), storage rates (e.g., database, file storage), and any additional charges. Interested in discounts for long-term commitments. Clear pricing will aid in decision-making. Please share details or direct me to relevant resources.

Hello @hritik.optimumbrew and welcome to the forums.

All of our information about cost is on our pricing page.

Let’s know if you need more details.

i need pricing information based on my requirement.

Did you use the cost calculator in the link I provided? It will allow you to input your usage and will tell you the cost.

ok got it thanks for support

I’m a little stuck on serverless pricing. I’ll provide the details to you. Please help us get the exact price.


Read units

Query:

Records per namespace Dimension=1536
100,000 6 RUs

Scanning a namespace has a minimal cost of 5 RUs.

Records per namespace Dimension=3072
100,000 12 RUs

we perform monthly 150K-200K Qurey so that

150000*12 = 1800000RUs = 1.8M RUs

200000*12 = 2400000RUs = 2.4M RUs

as we know $8.25/1M RUs

1.8*8.25 =$14.85

2.4*8.25 =$19.80


Write units

Upsert:
Records per batch Dimension=384 Dimension=768 Dimension=1536 Dimension=1536
1 3 WUs 4 WUs 7 WUs 15 WUs
10 30 WUs 40 WUs 70 WUs 150 WUs
100 300 WUs 400 WUs 700 WUs 1500 WUs

we have 20000record we use 100 Records per batch

20000/100 = 200batch

200*1500 =300000 WUs

as we know $2.00/1M WUs

0.3*2 = $0.6

storage :$0.33/GB/mo

let suppose we have 2gb data

0.33*2 = $0.66 per month


Total cost :

if we perform monthly 150K Qurey so that

1.88.25 =$14.85 Query
0.3
2 = $0.6 Upsert
0.33*2 = $0.66 storage

total = $16.11

if we perform monthly 200K Qurey so that

1.88.25 =$19.80 Query
0.3
2 = $0.6 Upsert
0.33*2 = $0.66 storage

total = $21.01

Could you provide me with one more help? I need assistance with another question. What if we begin with a serverless service for now, but decide to transition to pod-based services in the future? What would be the process for that transition, and is it feasible?

Could you provide me with one more help? I need assistance with another question. What if we begin with a serverless service for now, but decide to transition to pod-based services in the future? What would be the process for that transition, and is it feasible?

@hritik.optimumbrew We do not plan to support transitioning serverless indexes to pod-based indexes.