Changes between Initial Version and Version 1 of Ticket #1807, comment 7


Ignore:
Timestamp:
Jul 4, 2014, 12:27:34 PM (10 years ago)
Author:
Jon Dufresne

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1807, comment 7

    initial v1  
    11This has been a pain point for me when moving from an application with lots to raw queries to using the Django ORM.
    22
    3 I agree with verveguy and routinely run into suboptimal queires that would be much much faster with support for `UNION`. Due to abysmal performance, I am left implementing a `UNION` type feature in Python, but I would prefer to use the ORM and DB optimizations to handle this properly. I would appreciate if this feature request would be reconsidered.
     3I agree with verveguy and routinely run into suboptimal queries that would be much much faster with support for `UNION`. Due to abysmal performance, I am left implementing a `UNION` type feature in Python, but I would prefer to use the ORM and DB optimizations to handle this properly. I would appreciate if this feature request would be reconsidered.
Back to Top