Skip to content

Conversation

@infrmtcs
Copy link
Contributor

No description provided.

@infrmtcs infrmtcs added the disable-deploy-test We don't want to run deploy tests with this PR because it might affect our development environment. label Dec 23, 2025
@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.34%. Comparing base (b6b926b) to head (80b661a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3339      +/-   ##
==========================================
- Coverage   76.36%   76.34%   -0.03%     
==========================================
  Files         351      351              
  Lines       33309    33318       +9     
==========================================
- Hits        25438    25437       -1     
- Misses       6062     6069       +7     
- Partials     1809     1812       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@EgeCaner EgeCaner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, dropped some questions

}

var Zstd1 = func() block.CompressionProfile {
zstd1 := block.BalancedCompression.ValueBlocks
Copy link
Contributor

@EgeCaner EgeCaner Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this only to take compression.ZstdLevel1 from the predefined compressionProfile? If so can we directly use compression.ZstdLevel1? Is it missing the registry or something?

name += "v2 -> "
}
name += "v2zstd"
name += "v2good"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where this name is coming from?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, this PR was created by modifying my "good compression" experiment branch.

@EgeCaner EgeCaner linked an issue Dec 29, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

disable-deploy-test We don't want to run deploy tests with this PR because it might affect our development environment.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable better compression for pebble

3 participants