Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][core] Introduce buckets table #3943

Closed
wants to merge 1 commit into from

Conversation

MonsterChenzhuo
Copy link
Contributor

@MonsterChenzhuo MonsterChenzhuo commented Aug 12, 2024

Purpose

The Level 0 file backlog ratio reflects whether compaction is being performed in a timely manner.
Formula: level0_file_backlog_ratio = level0_file_count / num-sorted-run.compaction-trigger.

bucket record_count file_size_in_bytes file_count level0_file_count level0_file_backlog_ratio last_update_time
1 1 645 1 0 0 2024-06-24 10:25:57.400

Tests

image

org.apache.paimon.table.system.BucketsTableTest

API and Format

Documentation

System Tables

@MonsterChenzhuo MonsterChenzhuo changed the title [WIP][core] Introduce buckets table #3942 [WIP][core] Introduce buckets table Aug 12, 2024
@MonsterChenzhuo MonsterChenzhuo force-pushed the buckets branch 2 times, most recently from 6341037 to 53e4e28 Compare August 14, 2024 11:34
@MonsterChenzhuo MonsterChenzhuo changed the title [WIP][core] Introduce buckets table [core] Introduce buckets table Aug 14, 2024
@MonsterChenzhuo MonsterChenzhuo changed the title [core] Introduce buckets table [WIP][core] Introduce buckets table Aug 15, 2024
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