Skip to main content
Question

What is the maximum numbers of the rows supported in cognite staging tables

  • April 22, 2025
  • 3 replies
  • 47 views

Forum|alt.badge.img

What is the maximum numbers of the rows supported in cognite staging tables

3 replies

Mithila Jayalath
Seasoned Practitioner
Forum|alt.badge.img+8

@Sonali Vishal Patil As far as I know, there is no limit on the number of rows in RAW. However, there are rate and concurrency limits, which you can find here. One important consideration is the type of data you're planning to load into RAW and the use cases you have in mind.


Andre Alves
MVP
Forum|alt.badge.img+14

HI ​@Sonali Vishal Patil 
 

If you're working with time series data (datapoints), Cognite recommends ingesting this data directly into the Time Series API, rather than using the RAW layer. The RAW layer is primarily intended for tabular or unstructured data that requires additional transformation or contextualization before use.​

In the context of data modeling, each time series is represented as a node in the property graph. You can create, update, and delete time series using the same API as other instances. The instanceType is node, and the combination of space and externalId identifies the time series and links it to the data points.​Cognite Documentation


Forum|alt.badge.img

Hi Andre Alves , Yes I am aware about it . it was just a generic question what would be the max rows limit in staging table