Changes between Initial Version and Version 1 of Ticket #33768, comment 4


Ignore:
Timestamp:
Jun 6, 2022, 4:25:53 AM (2 years ago)
Author:
Florian Apolloner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33768, comment 4

    initial v1  
    11> What if we performed a subquery pushdown instead to make compilation more predictable so we can have the order by clause refer to the union columns by name?
    22
    3 Maybe, in hindsight that would probably be have the way to implement unions (etc) in the first place. Maybe now is the time to switch to that :) What does a subquery mean in terms of performance -- I'd hope the database wouldn't care to much…
     3Maybe, in hindsight that would probably should have been the way to implement unions (etc) in the first place. Maybe now is the time to switch to that :) What does a subquery mean in terms of performance -- I'd hope the database wouldn't care to much…
    44
    55> I don't see `OrderBy.as_sql` usage of template for compilation is an abuse at all; it's in charge of it's own compilation unit.
Back to Top