ClickHouse / ClickHouse/clickhouse-rs

Perform overlapping inserts in the inserter

Open
#41 0 comments 0 reactions 0 assignees View on GitHub
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`:
![chrs-inserts-overlapping drawio](https://user-images.githubusercontent.com/952180/172544330-5c75ea9f-1ce2-4bdf-a756-05b6a7e32885.png)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.