[jira] [Resolved] (SYNCOPE-408) Add index on task.executed

2013-08-05 Thread JIRA
/r1510390 trunk: http://svn.apache.org/r1510392 Add index on task.executed -- Key: SYNCOPE-408 URL: https://issues.apache.org/jira/browse/SYNCOPE-408 Project: Syncope Issue Type: Improvement

[jira] [Commented] (SYNCOPE-408) Add index on task.executed

2013-08-05 Thread Hudson (JIRA)
://builds.apache.org/job/Syncope-trunk/286/]) [SYNCOPE-408] Merge from 1_1_X (ilgrosso: rev 1510392) * /syncope/trunk * /syncope/trunk/core/src/main/resources/indexes.xml Add index on task.executed -- Key: SYNCOPE-408 URL

[jira] [Commented] (SYNCOPE-408) Add index on task.executed

2013-08-05 Thread Hudson (JIRA)
://builds.apache.org/job/Syncope-1_1_X/95/]) [SYNCOPE-408] Applying provided patch, successfully tested against all supported databases (ilgrosso: rev 1510390) * /syncope/branches/1_1_X/core/src/main/resources/indexes.xml Add index on task.executed

[jira] [Updated] (SYNCOPE-408) Add index on task.executed

2013-08-01 Thread Guido Wimmel (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guido Wimmel updated SYNCOPE-408: - Attachment: indexes.xml.patch Add index on task.executed

[jira] [Created] (SYNCOPE-408) Add index on task.executed

2013-08-01 Thread Guido Wimmel (JIRA)
Guido Wimmel created SYNCOPE-408: Summary: Add index on task.executed Key: SYNCOPE-408 URL: https://issues.apache.org/jira/browse/SYNCOPE-408 Project: Syncope Issue Type: Improvement

Add index on task.executed?

2013-07-31 Thread Guido Wimmel
Hi, in our Syncope installation (1.1.3 on Tomcat/MySQL) we observed long execution times (1s) for TaskDAO.findToExec(), which is called periodically from NotificationJob to determine which notifications should be sent. According to our analysis, this is due to the fact that

Re: Add index on task.executed?

2013-07-31 Thread Francesco Chicchiriccò
Hi, in our Syncope installation (1.1.3 on Tomcat/MySQL) we observed long execution times (1s) for TaskDAO.findToExec(), which is called periodically from NotificationJob to determine which notifications should be sent. According to our analysis, this is due to the fact that