Skip to content

Conversation

RingsC
Copy link
Contributor

@RingsC RingsC commented Oct 13, 2025

to support load the partions parallely by using multi-threads, which reduces the load time.

Features: #552

I hereby agree to the terms of the CLA available at: http://www.shannondata.ai/doc/cla/

Summary

Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

Copy link
Contributor

@ShannonBase ShannonBase left a comment

Choose a reason for hiding this comment

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

LGTM

@RingsC RingsC force-pushed the parallel-load-partition-table branch 3 times, most recently from 2e401bc to 568cbc0 Compare October 15, 2025 07:23
@ShannonBase ShannonBase self-assigned this Oct 15, 2025
@ShannonBase ShannonBase added feature it will be implemented as a new feature performance about the performance issuess labels Oct 15, 2025
@RingsC RingsC force-pushed the parallel-load-partition-table branch from 568cbc0 to 9fdfde8 Compare October 15, 2025 09:46
1: to support load the partions parallely by using multi-threads,
   which reduces the load time.
2: refactor impl of rapid context.

3: fix the processed rows statistics.

Features: Shannon-Data#552
@RingsC RingsC force-pushed the parallel-load-partition-table branch from 9fdfde8 to 4852759 Compare October 15, 2025 12:32
@ShannonBase ShannonBase merged commit 0b02db1 into Shannon-Data:main Oct 15, 2025
4 checks passed
@RingsC RingsC deleted the parallel-load-partition-table branch October 15, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature it will be implemented as a new feature performance about the performance issuess

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(shannon): load partition table parallely

2 participants