Skip to main content
For the latest pricing details, see our pricing page. For help estimating total cost, see Understanding cost. To view or download a detailed report of your current usage and costs, see Monitor usage and costs.

Set monthly spend alerts

You can set up email alerts to monitor your organization’s monthly spending. These alerts notify designated recipients when spending reaches specified thresholds. The alerts automatically reset at the start of each monthly billing cycle. To set a spend alert:
  1. Go to Settings > Spend alerts in the Pinecone console
  2. Click + Add Alert.
  3. Enter the dollar amount for the spend alert.
  4. Enter the email addresses to send the alert to. Organization owners are listed by default.
  5. Click Create.
To edit a spend alert:
  1. In the row of the spend alert you want to edit, click ellipsis (…) menu > Edit.
  2. Change the dollar amount and/or email addresses for the spend alert.
  3. Click Update.
Auto-spend spike alert: To protect from unexpected cost increases, Pinecone sends an alert when spending exceeds double your previous month’s invoice amount. While the alert threshold is fixed and the alert cannot be deleted, you can modify which email addresses receive the alert and enable or disable the alert notifications.

List by ID prefix

By using a hierarchical ID schema, you can retrieve records without performing a query. To do so, you can use list to retrieve records by ID prefix, then use fetch to retrieve the records you need. This can reduce costs, because query consumes more RUs when scanning a larger namespace, while fetch consumes a fixed ratio of RUs to records retrieved.

Use namespaces for multitenancy

If your application requires you to isolate the data of each customer/user, consider implementing multitenancy with serverless indexes and namespaces. With serverless indexes, you pay only for the amount of data stored and operations performed. For queries in particular, the cost is partly based on the total number of records that must be scanned, so using namespaces can significantly reduce query costs.

Commit to annual spend

Users who commit to an annual contract may qualify for discounted rates. To learn more, contact Pinecone sales.

Talk to support

Users on Standard and Enterprise plans can contact Support for help in optimizing costs.

See also