Actions
Architecture #4527
closedArchitecture #4428: Avoid useless requests and commits in SQL database
Don't commit on database when no modification are made
Status:
Released
Priority:
2
Assignee:
Category:
Performance and scalability
Target version:
Fix check:
Regression:
Description
For the multi databases support, we had to change the way to use Squeryl (see http://www.rudder-project.org/redmine/issues/2121 )
However, one drawback is that we commit after every query, even when it's not necessary, causing stress on database.
We have to prevent this behaviour
Actions