You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This syntax generates ~1000 transactions, which takes around 5-10s
Since the number of compartments is supposedly reduced, I believe this approach might be better:
This generates only as much transactions as there are compartments in a model (usually 3-5).
Anyway, it's only a static 5-10s of speed up, but over time it adds up to a lot if you do intensive testing. And it is also less stringent on your DB, if you're the DB-happiness-caring type like I am.
Best,
Pierre
The text was updated successfully, but these errors were encountered:
Hi there,
I just realized the way compartments were being uploaded is quite unefficient:
This syntax generates ~1000 transactions, which takes around 5-10s
Since the number of compartments is supposedly reduced, I believe this approach might be better:
This generates only as much transactions as there are compartments in a model (usually 3-5).
Anyway, it's only a static 5-10s of speed up, but over time it adds up to a lot if you do intensive testing. And it is also less stringent on your DB, if you're the DB-happiness-caring type like I am.
Best,
Pierre
The text was updated successfully, but these errors were encountered: