prisma-engines
qe: reuse lateral joins for relation aggregations
#4693
Merged

Commits
  • Store table aliases for virtual selections in a hash map
    aqrln committed 2 years ago
  • Replace visited_virtuals with visited_virtual_selection
    aqrln committed 2 years ago
  • Revert "Replace visited_virtuals with visited_virtual_selection"
    aqrln committed 2 years ago
  • Optimize _count with 1:m queries
    aqrln committed 2 years ago
  • get rid of duplicate coalesce
    aqrln committed 2 years ago
  • Optimize _count with m:n queries
    aqrln committed 2 years ago
  • Refactor build_to_one_select and add_to_one_relation
    aqrln committed 2 years ago
  • Move relation_count_alias_name to subquery builder
    aqrln committed 2 years ago
  • Remove visited_virtuals for subquery builder
    aqrln committed 2 years ago
  • consolidate todo comments
    aqrln committed 2 years ago
  • rename method
    aqrln committed 2 years ago
  • Add skip and distinct for block list for inlining aggregations
    aqrln committed 2 years ago
  • copy and adapt some tests
    aqrln committed 2 years ago
  • more lightweight hash map
    aqrln committed 2 years ago
  • add tests for same field on different levels
    aqrln committed 2 years ago
Loading