Skip to content

[CRITEO] Add the possibility to calculate partition stats after creat…#165

Merged
jetoile merged 1 commit into
criteo-forks:criteo-3.5from
ichraf7:auto-partition-stats
Nov 6, 2025
Merged

[CRITEO] Add the possibility to calculate partition stats after creat…#165
jetoile merged 1 commit into
criteo-forks:criteo-3.5from
ichraf7:auto-partition-stats

Conversation

@ichraf7

@ichraf7 ichraf7 commented Nov 5, 2025

Copy link
Copy Markdown

Currently very basic stats are generated on table level when partition is created , we added feature (activated by default) that calculate stats at partition level when new partition is created, this avoid us from doing more complicated dev in BDF and less efficient with extra overhead.

What changes were proposed in this pull request?

Calculate partition stats when new partition is created

Why are the changes needed?

we need stats at partition level (like hive) to be able to activate spark optimizer which will have significant impact on performance, also presto//trino will use these stats to optimize its queries

Does this PR introduce any user-facing change?

'No'.

How was this patch tested?

local build , deploy and test in mozart

@github-actions github-actions Bot added the SQL label Nov 5, 2025
@ichraf7
ichraf7 force-pushed the auto-partition-stats branch from 9edb150 to f613a57 Compare November 5, 2025 10:11
@ichraf7
ichraf7 force-pushed the auto-partition-stats branch from f613a57 to c622d88 Compare November 6, 2025 13:17
@jetoile
jetoile merged commit c7b60ee into criteo-forks:criteo-3.5 Nov 6, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants