#1615: Doctrine_Pager is highly inefficient
-----------------------------------+----------------------------------------
Reporter: colnector | Owner: guilhermeblanco
Type: task | Status: new
Priority: major | Milestone: Unknown
Component: Pager | Version: 1.0.3
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+----------------------------------------
The pager sends 3 queries to the database whereas a single query (at least
in MySQL with SQL_CALC_FOUND_ROWS, otherwise perhaps 2 queries) would
suffice. If these queries are simple, it's probably neglible. If not, it's
a BIG waste of time.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1615>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---