You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Hi all,
there is a massive performance issue with ProxyGrantingTickets with JPA TicketRegistry if there are a lot of ProxyGrantingTickets created for one TicketGrantingTicket.
As getTicketGrantingTicket().getProxyGrantingTickets() loads all ProxyGrantingTickets from the Database this takes longer for each grant of a ProxyGrantingTicket. For JPA (Database) TicketRegistry this can be fixed by simple omitting the line, as the relation is given by the Database. But I'm not sure how this can be fixed for "non-relational" TicketRegistries.
Do you think that it is possible to fix that for all TicketRegistries in general?