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

Suboptimal encoding type for 'Value' column in clickhouse table #5581

Open
MacNale opened this issue Jul 27, 2024 · 1 comment
Open

Suboptimal encoding type for 'Value' column in clickhouse table #5581

MacNale opened this issue Jul 27, 2024 · 1 comment

Comments

@MacNale
Copy link

MacNale commented Jul 27, 2024

Bug description

It is not a bug. It is an enhancement

signoz_metrics.samples_v4 uses Gorilla encoding

``Value Float64 CODEC(Gorilla, ZSTD(1))

It should be

``Value Float64 (ZSTD(1))

The value column gets better compressed without Gorilla encoding.

How to reproduce

This is an enhancement.

Version information

  • Signoz version:
    *0.50
Copy link

welcome bot commented Jul 27, 2024

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.

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

No branches or pull requests

1 participant