Changes between Initial Version and Version 1 of Ticket #1807, comment 7
- Timestamp:
- Jul 4, 2014, 12:27:34 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1807, comment 7
initial v1 1 1 This has been a pain point for me when moving from an application with lots to raw queries to using the Django ORM. 2 2 3 I agree with verveguy and routinely run into suboptimal que ires 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.3 I 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.