.save does not do what you think it does :)
You need the .save, but what you want to avoid is the commits; that means: - taking the ORM out of autocommit mode - explicitly doing a commit (I suggest one every 5 seconds work)
« Back to merge proposal
.save does not do what you think it does :)
You need the .save, but what you want to avoid is the commits; that means:
- taking the ORM out of autocommit mode
- explicitly doing a commit (I suggest one every 5 seconds work)