Skip to content

chore(sql): Dont group by value fields - #3932

Draft
awildturtok wants to merge 3 commits into
developfrom
feature/ai/group-by-to-any_value
Draft

chore(sql): Dont group by value fields#3932
awildturtok wants to merge 3 commits into
developfrom
feature/ai/group-by-to-any_value

Conversation

@awildturtok

@awildturtok awildturtok commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

current implementation uses group-by on every field in final query, which is not ideal and can be solved by using any_value or min to achieve the same result, without making the query planner spend time on grouping/ordering

Co-Authored-By: CODEX

@awildturtok
awildturtok force-pushed the feature/ai/group-by-to-any_value branch from 038dd80 to e26c959 Compare August 4, 2026 14:25
@awildturtok awildturtok changed the title dont group by value fields chore(sql): Dont group by value fields Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant