Skip to content

Lightweight Updates with patch parts#82004

Merged
CurtizJ merged 35 commits intoClickHouse:masterfrom
CurtizJ:lightweight-updates
Jul 6, 2025
Merged

Lightweight Updates with patch parts#82004
CurtizJ merged 35 commits intoClickHouse:masterfrom
CurtizJ:lightweight-updates

Conversation

@CurtizJ
Copy link
Copy Markdown
Member

@CurtizJ CurtizJ commented Jun 17, 2025

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Added support for lightweight updates for MergeTree-family tables. Lightweight updates can be used by a new syntax: UPDATE <table> SET col1 = val1, col2 = val2, ... WHERE <condition>. Added implementation of lightweight deletes via lightweight updates. It can be enabled by setting lightweight_delete_mode = 'lightweight_update'.

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Jun 17, 2025

Workflow [PR], commit [da0bee1]

Summary:

job_name test_name status info comment
Integration tests (tsan, 2/6) error
infrastructure error error

@clickhouse-gh clickhouse-gh bot added the pr-feature Pull request with new product feature label Jun 17, 2025
@CurtizJ CurtizJ changed the title Lightweight updates with patch parts Lightweight Updates with patch parts Jun 17, 2025
@CurtizJ CurtizJ force-pushed the lightweight-updates branch from b89d04e to 284c239 Compare June 19, 2025 16:43
@CurtizJ CurtizJ added the no-fast-tests Drops preliminary CI jobs: Style, clang-tidy, Fast Test label Jun 19, 2025
@CurtizJ CurtizJ removed the no-fast-tests Drops preliminary CI jobs: Style, clang-tidy, Fast Test label Jun 24, 2025
@CurtizJ CurtizJ force-pushed the lightweight-updates branch from 941605a to cc28005 Compare June 25, 2025 14:54
@CurtizJ CurtizJ mentioned this pull request Jun 26, 2025
76 tasks
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 18, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 18, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 20, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
kyligence-git pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 20, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
kyligence-git pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 21, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 28, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 29, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
kyligence-git pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 29, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
kyligence-git pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 30, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
kyligence-git pushed a commit to Kyligence/ClickHouse that referenced this pull request Jul 31, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
kyligence-git pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 1, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
kyligence-git pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 2, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
kyligence-git pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 3, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 7, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 8, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 11, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 12, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 13, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 14, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 15, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 16, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
baibaichen pushed a commit to Kyligence/ClickHouse that referenced this pull request Aug 18, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
lgbo-ustc pushed a commit to bigo-sg/ClickHouse that referenced this pull request Sep 17, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299
zzcclp pushed a commit to Kyligence/ClickHouse that referenced this pull request Dec 19, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299

(cherry picked from commit c0398dd)
zzcclp pushed a commit to Kyligence/ClickHouse that referenced this pull request Dec 25, 2025
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299

(cherry picked from commit c0398dd)
zzcclp pushed a commit to Kyligence/ClickHouse that referenced this pull request Jan 26, 2026
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299

(cherry picked from commit c0398dd)
(cherry picked from commit 5f0fec1)
zzcclp pushed a commit to Kyligence/ClickHouse that referenced this pull request Jan 27, 2026
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299

(cherry picked from commit c0398dd)
(cherry picked from commit 5f0fec1)
zzcclp pushed a commit to Kyligence/ClickHouse that referenced this pull request Mar 10, 2026
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299

(cherry picked from commit c0398dd)
(cherry picked from commit 5f0fec1)
zzcclp pushed a commit to Kyligence/ClickHouse that referenced this pull request Mar 11, 2026
(cherry picked from commit aa13a91)

Fix rebase issue:
- 20250707 ClickHouse#82004

Fix Build:
- 20250221 ClickHouse#76299

(cherry picked from commit c0398dd)
(cherry picked from commit 5f0fec1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-feature Pull request with new product feature pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants