Replicate table with different config
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
Description
Use case: a table is bootstrapped already, however we want to test if how much perf boost partitioning a column will bring.
The only solution now is to create a new table, regenerate all the segments.
It would be better to have a way to check segment partition mechanism and repartition data if needed.
Contributor guide
Research direction
Start by examining how an already-bootstrapped table is represented and how its segments are generated. Trace the existing table-creation and segment-partitioning paths, then determine what a repartitioning workflow would need to change. Done means testing partitioning performance on the existing data without creating a separate table or regenerating all segments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100