Forum Discussion
Incremental data refresh for large dataset
1 million rows is not a large dataset. How many columns? What's the data source?
thanks for your reply.
Its almost 69 columns in which some are custom columns.
I tried to load only half million rows but still it is giving timeout error.
it gives Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
- lbendlin6 years ago
Super User
that is usually a transient condition (meaning you may get different results when you try again). what's the data source?
- PBILover6 years ago
Helper V
the data source is a transactional data for communications and source is from cosmos .
did i answer your question correctly? or do u need more info on what's the data source?
- lbendlin6 years ago
Super User
I don't think the Cosmos driver is exposing the QueryTimeout settings. Try pulling in a narrower dataset (fewer columns) .