-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
area/agroalarea/housekeepingIssue type for generalized tasks not related to bugs or enhancementsIssue type for generalized tasks not related to bugs or enhancements
Description
Description
Keycloak has the possibilty of running import operations that in the worst case may be split into millions of statements. I noticed in testing this scenario that even for closed prepared statements the PreparedStatementWrappers remain in memory. While they are relatively small, several million of them add up.
Implementation ideas
Maintain a bi-directional linked list so that the statements may remove themselves when closed.
Metadata
Metadata
Assignees
Labels
area/agroalarea/housekeepingIssue type for generalized tasks not related to bugs or enhancementsIssue type for generalized tasks not related to bugs or enhancements