stable
Clone or download
Read-only
Transaction in Semantic was not needed at creation (because nothing to remove) and broke the transaction that was started earlier for XML import of tracker. Plus cardwall issued a large number of SQL writes completly out of any transactions. Those modifications allow to reduce the database time by 30% and the wall time by 22% without changing the number of queries done. Part of request #10030 start scrum timeout with slow database writes Change-Id: I04125015be0431fc8bc38bec83ac739799f3dd0d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Dao/SemanticDoneDao.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDone.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/CardwallConfigXmlImport.class.php | +2 | −0 | Go to diff View file |