Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ClickHouse
/
ClickHouse
Public
Notifications
You must be signed in to change notification settings
Fork
9k
Star
49.9k
Code
Issues
5k+
Pull requests
2.3k
Discussions
Actions
Projects
Wiki
Security and quality
7
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ClickHouse
src
QueryPipeline
BlockIO.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 9, 2026
Add a completed-pipeline rendezvous failpoint outside IProcessor::work()
Show description for ec586e1
groeneai
and
claude
committed
ec586e1
View commit details
Copy full SHA for ec586e1
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
Merge branch 'master' into run-query-in-background
mstetsyuk
authored
340688d
View commit details
Copy full SHA for 340688d
View code at this point
Browse repository at this point
better
mstetsyuk
committed
f8a9b80
View commit details
Copy full SHA for f8a9b80
View code at this point
Browse repository at this point
Commits on Aug 2, 2026
remove query_metadata_cache pin from block io
Michicosun
committed
026a568
View commit details
Copy full SHA for 026a568
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
Revert "Keep MemoryReservationDecreases attributed to the query in query_log"
Show description for fd86b3a
serxa
committed
fd86b3a
View commit details
Copy full SHA for fd86b3a
View code at this point
Browse repository at this point
Keep MemoryReservationDecreases attributed to the query in query_log
Show description for 2db56a1
serxa
and
claude
committed
2db56a1
View commit details
Copy full SHA for 2db56a1
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
Fix data race on MemoryReservation release at query finish
Show description for a40f8de
serxa
and
claude
committed
a40f8de
View commit details
Copy full SHA for a40f8de
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
Merge remote-tracking branch 'origin/master' into workload-memory-scheduling
Show description for 5501354
serxa
committed
5501354
View commit details
Copy full SHA for 5501354
View code at this point
Browse repository at this point
Commits on May 29, 2026
Suppress hicpp/performance-noexcept-move on the move ops that intentionally can throw; marking them noexcept would reintroduce the std::terminate (same NOLINT as StorageInMemoryMetadata)
Algunenano
committed
69616e0
View commit details
Copy full SHA for 69616e0
View code at this point
Browse repository at this point
Do not mark QueryPlanResourceHolder move-assignment as noexcept; it appends through memory-tracking containers and can throw MEMORY_LIMIT_EXCEEDED, terminating the server
Algunenano
committed
82f30a0
View commit details
Copy full SHA for 82f30a0
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
fix: stop pipeline before releasing workload resources on cancel/exception
Show description for 0769021
serxa
and
claude
committed
0769021
View commit details
Copy full SHA for 0769021
View code at this point
Browse repository at this point
Commits on Mar 7, 2026
Merge branch 'master' into workload-memory-scheduling
serxa
committed
f6d9611
View commit details
Copy full SHA for f6d9611
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
Update BlockIO.cpp
alexey-milovidov
authored
5f24345
View commit details
Copy full SHA for 5f24345
View code at this point
Browse repository at this point
Commits on Feb 20, 2026
Reset query metadata cache before finalize callback in BlockIO::onFinish
alexey-milovidov
committed
dd512fe
View commit details
Copy full SHA for dd512fe
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
Merge remote-tracking branch 'origin/master' into workload-memory-scheduling
Show description for 8990c41
serxa
committed
8990c41
View commit details
Copy full SHA for 8990c41
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
Add `resetPipeline` to always reset `query_metadata_cache` before `pipeline`
Show description for 35091d1
alexey-milovidov
and
claude
committed
35091d1
View commit details
Copy full SHA for 35091d1
View code at this point
Browse repository at this point
Commits on Feb 15, 2026
Fix missing move of query_metadata_cache in BlockIO::operator=
Show description for c5dd938
alexey-milovidov
and
claude
committed
c5dd938
View commit details
Copy full SHA for c5dd938
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
Revert "Do not hold a storage in storage snapshot"
azat
authored
8c44f5e
View commit details
Copy full SHA for 8c44f5e
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
Do not hold a storage in storage snapshot
Show description for 1002f7c
azat
committed
1002f7c
View commit details
Copy full SHA for 1002f7c
View code at this point
Browse repository at this point
Commits on Jan 19, 2026
add MemoryReservation class and reserve_memory query setting
serxa
committed
749b27e
View commit details
Copy full SHA for 749b27e
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
fxs
mstetsyuk
committed
170fd02
View commit details
Copy full SHA for 170fd02
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
fxs
mstetsyuk
committed
6ffd11b
View commit details
Copy full SHA for 6ffd11b
View code at this point
Browse repository at this point
Merge branch 'master' into log-internal-queries
mstetsyuk
authored
799533a
View commit details
Copy full SHA for 799533a
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
always reset pipeline in BlockIO
mstetsyuk
committed
525573e
View commit details
Copy full SHA for 525573e
View code at this point
Browse repository at this point
better
mstetsyuk
committed
b8b1820
View commit details
Copy full SHA for b8b1820
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
rely on BlockIO for releasing query slot
serxa
committed
7e178dd
View commit details
Copy full SHA for 7e178dd
View code at this point
Browse repository at this point
properly log the internal queries that are executed directly
mstetsyuk
committed
ced25ca
View commit details
Copy full SHA for ced25ca
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
BlockIO::guard -> BlockIO::executeWithCallbacks
mstetsyuk
committed
ba44095
View commit details
Copy full SHA for ba44095
View code at this point
Browse repository at this point
Commits on Sep 15, 2025
add BlockIO::guard
mstetsyuk
committed
726e685
View commit details
Copy full SHA for 726e685
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
reset pipeline before write to query_log
CheSema
committed
4f29f16
View commit details
Copy full SHA for 4f29f16
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
Fix query finish time (now it does not take into account query_finish_callback)
azat
committed
52e4457
View commit details
Copy full SHA for 52e4457
View code at this point
Browse repository at this point
Commits on Nov 11, 2024
rework TCPHandler exception handling
CheSema
committed
fe2aa96
View commit details
Copy full SHA for fe2aa96
View code at this point
Browse repository at this point
style fix
CheSema
committed
5274d95
View commit details
Copy full SHA for 5274d95
View code at this point
Browse repository at this point
finalize compressed buffer in TCP handler
CheSema
committed
19b7b97
View commit details
Copy full SHA for 19b7b97
View code at this point
Browse repository at this point
LimitReadBuffer
CheSema
committed
cea797e
View commit details
Copy full SHA for cea797e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.