- Outbound Data Transfer
- Autoscale Compute Units
- Requests
Publishing
1. Publishing Outbound Data Transfer
This type of usage is billed per byte with Replit Core users receiving a monthly allowance. Only egress (outgoing) data is counted against this allowance, potentially leading to overages. In contrast, ingress (incoming) data is always free.Subscription | Allowance |
---|---|
Replit Core | 100 GiB |
2. Compute Units
Autoscale Deployments are billed based on Compute Units, which take into account both CPU and RAM usage over time. Overages are billed based on Compute Units. The granularity of the billing is down to each individual compute unit. See the pricing page for the current price of compute units. Here is a breakdown of how RAM and CPU seconds for an Autoscale Deployment translate into Compute Units:Resource | Compute Units |
---|---|
1 RAM Second | 2 Units |
1 CPU Second | 18 Units |
3. Requests
Autoscale Deployments also consider the number of requests made. See the pricing page for the current price of requests.Databases
1. PostgreSQL Usage Metrics
Replit PostgreSQL offers effortless high availability with no administrative or maintenance burden. Being serverless, Replit PostgreSQL only charges for actual usage, resulting in potential cost savings of up to 10 times. Replit PostgreSQL databases bill for usage based on the following usage metrics:- Compute Time: The amount of compute resources used per hour.
- Data Storage: The volume of data and history stored.
Compute Time
Compute time is determined by number of hours your database remains active during a given billing period. Databases are considered active when they receive requests and for an additional 5-minute period after the last request. If a database remains idle for 5 minutes, it will be suspended and enter an inactive state.Data Storage
Data storage is the total volume of data stored across all databases in your account, measured in gibibytes (GiB). Storage is calculated as the maximum amount of storage used per month. Each PostgreSQL database consumes 33MB of storage, even if it doesn’t contain any data. This is the default storage footprint of the Postgres server.The total storage limit for each database is 10 gibibytes (GiB).