PKG: model-data-generator
Right now the script will fail if it encounters any error from SQL. This is especially frustrating with these large datasets because the script may spend 30 minutes generating values, only to fail an insert almost immediately, wasting all that time.
I think making the script resilient to UNQ constraint violations would help mitigate this.
PKG: model-data-generator
Right now the script will fail if it encounters any error from SQL. This is especially frustrating with these large datasets because the script may spend 30 minutes generating values, only to fail an insert almost immediately, wasting all that time.
I think making the script resilient to UNQ constraint violations would help mitigate this.