Daily limits on generated data
Unlike the application, the API and CLI enforce daily limits on the amount of data that you can generate.
Each account has a daily limit on the number of rows that it can generate. The limit is specified in the account's plan.
The limit is based on the number of rows in the database's largest table. The number of tables in the database does not affect the limit.
Here are the daily row limits for each license plan:
Free
1000
Silver
1,000,000
Gold
100,000,000
For example, if your account is on the Silver plan, then the daily limit is 1,000,000 rows:
If the largest table has 100,000 rows, you can generate data for that database 10 times before you reach the daily limit.
If the largest table has 1,000 rows, you can generate data for that database 1,000 times before you reach the daily limit.
Last updated