Skip to content

[Improvement](sort) do not sort partitial when spill disabled - #40528

Merged
BiteTheDDDDt merged 1 commit into
apache:masterfrom
BiteTheDDDDt:dev_0909
Sep 9, 2024
Merged

[Improvement](sort) do not sort partitial when spill disabled#40528
BiteTheDDDDt merged 1 commit into
apache:masterfrom
BiteTheDDDDt:dev_0909

Conversation

@BiteTheDDDDt

@BiteTheDDDDtBiteTheDDDDt commented Sep 9, 2024

Copy link
Copy Markdown
Contributor

Proposed changes

do not sort partitial when spill disabled
SELECT count() from (select BrowserLanguage from hits_10m order by BrowserLanguage limit 10000000)t;
2s -> 0.3s

@BiteTheDDDDt

Copy link
Copy Markdown
ContributorAuthor

run buildall

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Sep 9, 2024
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actions

Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@BiteTheDDDDt
BiteTheDDDDt merged commit e25560e into apache:masterSep 9, 2024
dataroaring pushed a commit that referenced this pull request Oct 9, 2024
## Proposed changes
do not sort partitial when spill disabled
SELECT count() from (select BrowserLanguage from hits_10m order by
BrowserLanguage limit 10000000)t;
2s -> 0.3s
HappenLee added a commit to HappenLee/incubator-doris that referenced this pull request Oct 10, 2024
HappenLee added a commit to HappenLee/incubator-doris that referenced this pull request Oct 10, 2024
HappenLee added a commit that referenced this pull request Oct 10, 2024
cjj2010 pushed a commit to cjj2010/doris that referenced this pull request Oct 12, 2024
github-actionsBot pushed a commit that referenced this pull request May 27, 2025
dataroaring pushed a commit that referenced this pull request May 27, 2025
…ill disabled(#40528)" #41652 (#51289)
Cherry-picked from #41652
Co-authored-by: HappenLee <happenlee@hotmail.com>
Hastyshell pushed a commit to Hastyshell/doris that referenced this pull request Jul 21, 2025
HappenLee pushed a commit to HappenLee/incubator-doris that referenced this pull request Apr 24, 2026
…#40528)
## Proposed changes
do not sort partitial when spill disabled
SELECT count() from (select BrowserLanguage from hits_10m order by
BrowserLanguage limit 10000000)t;
2s -> 0.3s
HappenLee added a commit to HappenLee/incubator-doris that referenced this pull request Apr 24, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.dev/3.0.3-mergedreviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@BiteTheDDDDt@jacktengg@Mryange@dataroaring