HomeDocsAPI Reference
Kumo.ai
Docs

Quotas and Limits

Default resource restrictions for your Kumo environment.

Data Scale Limits

The following table contain the maximum data scale limits supported by each deployment method. Note, your specific environment might be configured with a lower limit, depending on your Kumo account. If you need these limits to be increased, feel free to get in touch with your point of contact at Kumo.

SaaSSnowflake NativeDatabricks Native
1Number of rows in a table15 Billion1 Billion10 Billion
2Number of columns in a table20001002000
3Table size2 TB100 GB2 TB
4Row size10 KB10 KB10 KB
5Number of tables in a graph121212
5Number of rows in a graph30 Billion1 Billion30 Billion
7Graph size2 TB200 GB2 TB
8Number of edges in a graph30 Billion4 Billion30 Billion
9Parallel job execution10110

Number of edges in the graph denotes twice the total number of matching (primary key, foreign key) pairs.

Graph limits are summed across all tables in the graph.


Queueing of Jobs and Parallel Execution

  • Kumo allows queueing of jobs which can kick-off one by one as ongoing jobs complete. We allow queueing up to 15 jobs (training or batch prediction).
  • Jobs can also be executed in parallel, for environments where it is enabled. Parallel execution can be achieved in Snowflake by launching multiple Kumo applications.