Usage and Pricing
This page outlines information on the limits that are applicable to using Vercel Data Cache, and the costs they can incur.Data Cache pricing is dependent on how much data is written to the cache, how much data is transferred out of the cache, and how many revalidations you perform.
Hobby | Pro | Enterprise | |
---|---|---|---|
128 MB / account | 128 MB / project | 1 GB / project | |
1 GB / account N/A | 5 GB / account 0.10 USD per additional GB | Custom | |
1 GB / account N/A | 5 GB / account 0.10 USD per additional GB | Custom | |
100 / account N/A | 500 / account 0.10 USD per 1000 revalidations | Custom |
Vercel Data Cache usage is measured on the following items. Usage metrics can be found in the Data cache section of the Usage tab on your dashboard. The usage dashboard measures the following items for your account:
Storage has a fixed size limit based on your subscription. You cannot exceed your storage limit. When the storage limit is reached, existing items will be evicted based on which items were least recently used.
Written data is the amount of data written to the cache.
Data transferred is the amount of data retrieved from the cache.
Revalidations are the total number of tags or items requested to revalidate. This is not inclusive of charges incurred as a result of the revalidation, for example, written data to store the new item data.
- Item size – The maximum size of an item in the cache is 2 MB. Items larger than this will not be cached.
- Tags per item – A cache item can have a maximum of 64 tags.
- Maximum tag length – The maximum tag length is 256 bytes.
Data Cache is free for Hobby users within the usage limits.
Vercel will send you emails as you are nearing your usage limits. You will not pay for any additional usage. However, Data Cache will be paused. When this happens, your sites will remain online but data will need to be recomputed. Your sites may be less performant since they cannot take advantage of the cached data.
In this scenario, you will have two options to move forward:
- Wait until the end of the billing period
- Upgrade to Pro
For Teams on a Pro trial, you will not be able to use Data Cache once your Team exceeds 1GB of bandwidth or 100 revalidations. For more information, see the trial limits