Row limits in data views

Row limits in data views

The platform has the capacity to collect from the origins to 10,000 rows. This means that data views would show up to 10,000 rows.

The line is in line with the definitions of other known databases and aims to ensure greater efficiency in loading time and data transfers.

If you have origins exceeding the indicated line, you should consider:
  1. If your data source is files uploaded to the platform, you could upload them in CSV format and elastiise them. SeeThat is elastizar.

  2. If your data source is a web service (SOAP/xml or REST/json), database or other source type should include parameters to refer to the data indicated.

If the data source contains more than 10,000 records, it would be truncated on that line.


    • Related Articles

    • What is a data view

      Summary The platform does not require an off-line ETL process to extract data from the origins, but associated with the view, find a set of rules that the data engine interprets for check the source on demand or periodically, extract the data updated ...
    • Select data and headers

      Summary Data views allow you to select the data and define the headers or titles that would be available in APIs methods. It is possible to make selections from the entire table, columns, column intersections and rows. In addition, it is possible to ...
    • Data sources from URLs

      Summary The URL connector allows you to collect data from HTTP(s) and FTP protocols. To collect data from a file hosted in a URL, you must go to Data sources > From URLs Configuration Enter a URL with a clear link from where you want to collect. ...
    • Data sources from REST/json web services

      Summary The REST/JSON web services connector offers all the capabilities needed to connect to such sources. This option allows you to collect data from REST/JSON web services or configure writing actions, and then create data views and exhibit them ...
    • Databases from Databases

      Summary The Databases connector offers all the capabilities needed to connect to such sources. This option allows you to collect data from different types of databases or configure writing actions, then create data views and exhibit them in your API. ...