Set a monthly spend alert
To receive an email notification when your organization’s spending reaches a specified limit, set a monthly spend alert:- Go to Settings > Usage in the Pinecone console.
- In the Monthly spend alert section, click Create spend alert.
- Enter the dollar amount at which you want to receive an alert.
- Click Update alert.
List by ID prefix
By using a hierarchical ID schema, you can retrieve records without performing a query. To do so, you can uselist
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.