#6785: QuerySet.get() should only attempt to fetch a limited number of rows
-------------------------------------+-------------------------------------
     Reporter:  deadwisdom           |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Jafula):

 Any chance of revisiting this for 1.8? In Oracle, the get query SQL is
 wrapped in an additional select and is just noise when debugging (no known
 performance complaints in Production so far).

 We have our own Oracle backend that inherits from the one that ships with
 Django that we have added Oracle DRCP (connection pooling) support to it.

 So some sort of hook, parameter or over-ridable function that would let us
 turn this feature off in our own backend would be wonderful.

 Michael

--
Ticket URL: <https://code.djangoproject.com/ticket/6785#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.8af44b6aa7f319d44d044749b50c8fd7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to