Forum Discussion
Csv files vs SQL server performance
- 5 years ago
Hi campelliann
If your data is all imported into the dataset, I think the performance has little difference when you viewing the report because queries are sent to the dataset which already holds the data rather than to the data sources. The performance difference will probably occur when you refresh the dataset. When refreshing data, queries are sent to data sources, so different data sources will have different connection and query durations, which leads to different refreshing time.
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
No idea about performance but a database in SQL is much more reliable than CSV's. To be able to say anything about performance in both cases.... well, you have to test. Nothing else will do.