ktmud commented on a change in pull request #11209:
URL: 
https://github.com/apache/incubator-superset/pull/11209#discussion_r502210815



##########
File path: 
superset/migrations/versions/b56500de1855_add_uuid_column_to_import_mixin.py
##########
@@ -71,20 +74,31 @@ class ImportMixin:
 
 models["dashboards"].position_json = sa.Column(utils.MediumText())
 
+default_batch_size = int(os.environ.get("BATCH_SIZE", 200))

Review comment:
       This is not the bigger the better. I tested many different numbers (100, 
200, 500, 1000, 2000) and 200 seems to be working the best (but obviously this 
will depend on the machine).




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to