ilgrosso opened a new pull request, #374:
URL: https://github.com/apache/syncope/pull/374

   JPA improvements:
   
   1. using one table per class for tasks, e.g. `PropagationTask`, `PullTask`, 
`PushTask`, `NotificationTask`, `SchedTask` instead of single `Task`; this also 
implies different tables for executions: `PropagationTaskExec`, etc.
   2. wherever possible, replace `@ElementCollection` with JSON arrays stored 
as `@Lob`
   
   Overall, these should be reducing the number and size of joined queries.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to