ClickHouse / ClickHouse/clickhouse-rs
Perform overlapping inserts in the inserter
Open
enhancement
- Dominant language
- Rust
- Stars
- 559
- Forks
- 172
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 3
Description
The current implementation cannot utilize fully task at the end of each `Insert`:

Contributor guide
Research direction
Start by reading the current inserter implementation and the Insert operation, then use the linked diagram to understand where task capacity is left unused at the end of each insert. The work is done when inserts can overlap as described and the inserter fully utilizes the available task capacity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100