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

Enhance deserialization performance of short string. #9673

Closed
5 of 8 tasks
JinheLin opened this issue Nov 26, 2024 · 0 comments · Fixed by #9608, #9742 or #9759
Closed
5 of 8 tasks

Enhance deserialization performance of short string. #9673

JinheLin opened this issue Nov 26, 2024 · 0 comments · Fixed by #9608, #9742 or #9759
Assignees
Labels
component/storage type/enhancement The issue or PR belongs to an enhancement.

Comments

@JinheLin
Copy link
Contributor

JinheLin commented Nov 26, 2024

Enhancement

Image

Tasks

@JinheLin JinheLin added the type/enhancement The issue or PR belongs to an enhancement. label Nov 26, 2024
@JinheLin JinheLin changed the title Enhance serialization/deserialization performance of small string. Enhance deserialization performance of small string. Nov 26, 2024
@JinheLin JinheLin changed the title Enhance deserialization performance of small string. Enhance deserialization performance of short string. Nov 26, 2024
@ti-chi-bot ti-chi-bot bot closed this as completed in 1060155 Dec 12, 2024
ti-chi-bot bot pushed a commit that referenced this issue Dec 27, 2024
ti-chi-bot bot pushed a commit that referenced this issue Dec 31, 2024
close #9673

Co-authored-by: JaySon <tshent@qq.com>
yibin87 pushed a commit to yibin87/tiflash that referenced this issue Jan 3, 2025
yibin87 pushed a commit to yibin87/tiflash that referenced this issue Jan 3, 2025
ti-chi-bot bot added a commit that referenced this issue Jan 10, 2025
…= MppVersionV3 (#9759)

close #9673

1. Passing mpp_version to CHBlockChunkCodec and CHBlockChunkCodecV1 for encoding: if mpp_version <= MppVersion2, use the legacy format of string.

2. When decoding, CHBlockChunkCodec and CHBlockChunkCodecV1 respect to the type name from encoder.

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot pushed a commit that referenced this issue Jan 14, 2025
ref #9673

Co-authored-by: Lloyd-Pottiger <60744015+Lloyd-Pottiger@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment