[PR #5831] Multi get implementation in QueryCache #9749

Open
opened 2026-01-22 16:05:18 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/5831

State: closed
Merged: No


Hi

There is significant performance degradation when doctrine tries to check the cache (memcache) after fetching multiple thousands of rows. It occurs because it doesn't use memcache's multiple get function.

This modification implements multiple get cache checking as it has been done here: https://github.com/doctrine/doctrine2/pull/954

**Original Pull Request:** https://github.com/doctrine/orm/pull/5831 **State:** closed **Merged:** No --- Hi There is significant performance degradation when doctrine tries to check the cache (memcache) after fetching multiple thousands of rows. It occurs because it doesn't use memcache's multiple get function. This modification implements multiple get cache checking as it has been done here: https://github.com/doctrine/doctrine2/pull/954
admin added the pull-request label 2026-01-22 16:05:18 +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#9749