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

feat: implement compression encoding for columar bytes values #1165

Merged
merged 4 commits into from
Aug 23, 2023

Conversation

ShiKaiWi
Copy link
Member

Rationale

Current encoding of columnar bytes is naive, without any consideration about compression.

Detailed Changes

Introduce the compression encoding based on a designed threshold for columnar bytes.

Test Plan

New unit tests.

@ShiKaiWi ShiKaiWi force-pushed the feat-columnar-bytes-compress branch from 4ba8e09 to d6c2368 Compare August 22, 2023 08:58
components/codec/src/columnar/bytes.rs Outdated Show resolved Hide resolved
components/codec/src/columnar/bytes.rs Outdated Show resolved Hide resolved
components/codec/src/columnar/bytes.rs Show resolved Hide resolved
components/codec/src/columnar/bytes.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Rachelint Rachelint left a comment

Choose a reason for hiding this comment

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

LGTM

@Rachelint Rachelint merged commit 0f938df into apache:main Aug 23, 2023
6 checks passed
@ShiKaiWi ShiKaiWi deleted the feat-columnar-bytes-compress branch August 23, 2023 05:54
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.

None yet

3 participants