target-postgres icon indicating copy to clipboard operation
target-postgres copied to clipboard

Performance Testing

Open awm33 opened this issue 6 years ago • 1 comments

Ideally, we would have a script/CLI that could test / simulate different loads

  • Testing for load size in rows (10k, 100k, 1m, 10m etc rows)
  • Testing for load currency in number of tables (as well as num rows)

awm33 avatar Oct 29 '18 20:10 awm33

This work can be seen in https://github.com/datamill-co/target-snowflake/pull/14. We could turn this into a testing library (which could simplify a lot of the shared tests between targets).

AlexanderMann avatar Sep 12 '19 14:09 AlexanderMann