DDC-292: Couldn't EntityPersister compute many methods only once? #361

Open
opened 2026-01-22 12:36:01 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Jan 31, 2010).

Jira issue originally created by user @beberlei:

Before I forget it. The following methods on StandardEntityPersister compute an SQL statement over and over again. Couldn't they be cached on a per-request basis?

_getSelectManyToManyEntityCollectionSql
_getSelectColumnList

There are probably other methods also.

Originally created by @doctrinebot on GitHub (Jan 31, 2010). Jira issue originally created by user @beberlei: Before I forget it. The following methods on StandardEntityPersister compute an SQL statement over and over again. Couldn't they be cached on a per-request basis? ``` _getSelectManyToManyEntityCollectionSql _getSelectColumnList ``` There are probably other methods also.
admin added the Improvement label 2026-01-22 12:36:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#361