Open mcrascal opened 1 month ago
perhaps put logging behind debug flag
Think it would be really helpful if npm run sources
logs includes under each source query 1) the total time of the query exec, and 2) and where possible depending on the connector the query exec time from db stats (possibly in debug mode only)
This would help with optimizing source queries, as well as understand where there are bottlenecks during deployments/builds
Think it would be really helpful if
npm run sources
logs includes under each source query 1) the total time of the query exec, and 2) and where possible depending on the connector the query exec time from db stats (possibly in debug mode only)This would help with optimizing source queries, as well as understand where there are bottlenecks during deployments/builds
Archie opened an issue for this https://github.com/evidence-dev/evidence/issues/2629 //cc @csjh
Adding a note here for better error handling when query result is too large, or region is not set correctly (bigquery example)
Improve the speed of running sources and writing parquet, improve logging on source runs, reduce memory footprint if possible.