Data modeling limits and restrictions
This article outlines the default data modeling limits for a CDF project and the values that are reserved for internal Cognite use.
If you need to increase limits for a CDF project, contact Cognite support.
Data modeling limits
Name | Maximum value |
---|---|
Spaces | 100 |
Containers | 1,000 |
Container properties | 100 |
Views | 10,0001 |
View versions | 100 |
View properties | 100 |
View implements | 10 |
Data models | 1,000 |
Data model versions | 100 |
Data model views | 100 |
Total properties | 25,000 |
Instances | 5,000,000 |
Concurrent bulk operations | 4 |
Concurrent bulk delete operations | 2 |
Concurrent query operations | 4 |
Reserved values
We've reserved some property values for Cognite internal use and to prevent GraphQL issues. You can't use the reserved values in your data models.
Views and containers
For views and containers, we reserve these values:
For
externalId
:Boolean
,Date
,Float32
,Float64
,Float
,Int32
,Int64
,Int
,JSONObject
,Mutation
,Numeric
,PageInfo
,Query
,String
,Subscription
,TimeSeries
,File
,Sequence
, andTimestamp
.For
properties
:createdTime
,deletedTime
,edge_id
,extensions
,externalId
,lastUpdatedTime
,node_id
,project_id
,property_group
,seq
,space
, andtg_table_name
.
Spaces
For spaces, we reserve these values:
For
space
:cdf
,dms
,edge
,node
,pg3
,shared
,space
,mapping
,system
,constraint
,edge_source
,history
,identifier_by_space
,index
,node_source
,project
,property_group_constraint
,property_group_index
,property_group
,property_group
,property
, andversion_info
.