Skip to content

Improve estimation of row count from partition samples#17492

Closed
branimir-vujicic wants to merge 1 commit intoprestodb:masterfrom
axiomq:backport/Improve_estimation_of_row_count
Closed

Improve estimation of row count from partition samples#17492
branimir-vujicic wants to merge 1 commit intoprestodb:masterfrom
axiomq:backport/Improve_estimation_of_row_count

Conversation

@branimir-vujicic
Copy link
Copy Markdown
Contributor

Cherry-pick of trinodb/trino#11333

Reduce the possibility of estimation errors in averageRowsPerPartition
and rowCount due to a couple of outliers by excluding the
min and max rowCount values from the calculation of
avg rows per partition.

Co-authored-by: Raunaq Morarka raunaqmorarka@gmail.com

Test plan - Added Unit test

== NO RELEASE NOTE ==

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla bot commented Mar 21, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: branimir-vujicic / name: Branimir Vujicic (c071ec4630de896967c5921064e21ef87c52aebb)

@branimir-vujicic branimir-vujicic marked this pull request as ready for review March 21, 2022 22:08
Reduce the possibility of estimation errors in averageRowsPerPartition
and rowCount due to a couple of outliers by excluding the
min and max rowCount values from the calculation of
avg rows per partition.

Cherry-pick of trinodb/trino#11333

Co-authored-by: Raunaq Morarka <raunaqmorarka@gmail.com>
@wanglinsong wanglinsong requested a review from a team as a code owner July 6, 2024 04:32
@wanglinsong wanglinsong requested a review from presto-oss July 6, 2024 04:32
@axiomq axiomq closed this by deleting the head repository Sep 19, 2025
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.

2 participants