Limits & Quotas
Plan-based limits, system constraints, and rate limiting configuration.
Plan Limits
One plan at $49/mo with 100,000 external actions included. Internal operations (CRUD, queries, MCP tool calls, CSV imports, webhooks, formulas, lookups) are unlimited and free. Enterprise is custom-volume.
| Plan | Price | External actions | Internal actions | API Rate | DAG Parallelism |
|---|---|---|---|---|---|
| Hypertab | $49/mo | 100,000 / mo (then $0.49 per 1K) | Unlimited | 2,000/min | 50 rows |
| Enterprise | Custom | Custom volume | Unlimited | 50,000/min | 200 rows |
System Limits
These limits apply regardless of plan and exist for system stability.
Max rows per query
Pagination required. Use cursor for large result sets.
100Max rows per insert
Single batch insert. For larger imports, use CSV import.
10,000Max rows per DAG invocation
Rows per invocation cap for system stability. Remaining rows deferred to next call.
500Max columns per tab
Practical limit ~2,000 columns.
No hard limitMax payload size (webhook)
JSON body limit for incoming webhooks.
10 MBMax fields per payload
Webhook and row insert field count limit.
100Default page size
Used when no limit specified in query.
25Table/column name format
Lowercase, starts with letter, underscores allowed.
/^[a-z][a-z0-9_]*$/Table/column name max length
Must not start with _ht_ prefix.
64 charactersMax concurrent API calls
Platform limit. Contact support for higher concurrency needs.
6Soft-delete retention
Deleted tables can be restored within this window.
30 daysRate Limit Presets
Smart columns that call external APIs use rate limit presets. Set via column config or the UI.
| Preset | Requests/sec | Concurrent | Best For |
|---|---|---|---|
aggressive | 500 | 6 | High-volume APIs with generous limits |
moderate | 50 | 6 | Standard APIs (OpenAI, Anthropic) |
conservative | 10 | 5 | Unknown or sensitive APIs |
gentle | 2 | 1 | Heavily rate-limited endpoints |
Database Isolation
Every user gets their own isolated database at signup. Your data never shares storage with other users. Authentication and billing data live in a separate system database.
