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
Updated by Nicolas CHARLES over 10 years ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder/pull/450
PR is there https://github.com/Normation/rudder/pull/450
Updated by Nicolas CHARLES over 10 years ago
- Assignee changed from Nicolas CHARLES to François ARMAND
Updated by François ARMAND over 10 years ago
- Category changed from Architecture - Code maintenance to Performance and scalability
Updated by Nicolas CHARLES over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset a6cea9c7b2a3e07c7d6727f0305110776270e97e.
Updated by Anonymous over 10 years ago
Applied in changeset 23a91f770279b8ead24abde38f8a425492d2a022.
Updated by Nicolas CHARLES over 10 years ago
- Parent task changed from #4525 to #4428
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.0~beta1, which was released today.
Check out:
The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-March/000084.html
The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog210
Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to Architecture
Actions