title | layout | stub |
---|---|---|
Data Integration FAQ |
documentation |
faq |
You can start multiple different uploads in paralel. If they upload into different projects, there shouldn't be any issue. If they upload into the same project, the data will be received in paralel but then "integrated" into the project one-by-one, in the order in which the integration was scheduled (by GoodData CL or through API). This is roughly equivalent to the order in which uploads finished.
Below is a table giving you a rough idea on best practices. If you fall outside the boundaries, be sure to get in touch with us - usually we can find a solution to work around problems. Specifically larger data sets (more rows) can be supported dependent on how the data model is constructed and/or pre-aggregation can be used before data upload.
<style> table#limits { margin: 20px 0px; } table#limits td, table#limits th { padding: 10px; } </style># of columns | 60 attributes, references & connection_points / dataset |
---|---|
# of rows | 10^6 rows is fine, 10^7 rows is getting slow |
attribute size | 128 characters by default, extensible to 256 characters |
fact size | DECIMAL(12,2) by default (-10^10..10^10, 2 decimal places) extensible to DECIMAL(15,6) (-10^9..10^9, 6 decimal places ) |