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.4k
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
IO
CompressionMethod.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 6, 2026
Make the auto and none compression hints case-insensitive
Show description for 93f6947
groeneai
committed
93f6947
View commit details
Copy full SHA for 93f6947
View code at this point
Browse repository at this point
Commits on Jul 18, 2026
Handle * in encoding and fix tests
sayantanu-dey
committed
b271b39
View commit details
Copy full SHA for b271b39
View code at this point
Browse repository at this point
Commits on Jul 17, 2026
Add fallback to None if Compression is not available
sayantanu-dey
committed
8c8eb6e
View commit details
Copy full SHA for 8c8eb6e
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into compress-static-resources-109810
sayantanu-dey
committed
7584437
View commit details
Copy full SHA for 7584437
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
chooseHTTPCompressionMethod accepts 'q' and '/' now compresses html
sayantanu-dey
committed
df02b1d
View commit details
Copy full SHA for df02b1d
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
Merge remote-tracking branch 'origin/master' into enable-snappy-http-compression
alexey-milovidov
committed
bee84f1
View commit details
Copy full SHA for bee84f1
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
Give Snappy read/write buffers symmetric Basic/Framed names
Show description for 61c977b
alexey-milovidov
and
claude
committed
61c977b
View commit details
Copy full SHA for 61c977b
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
Align INTO OUTFILE LEVEL validation with the libdeflate gzip/zlib range
Show description for abe18a1
alexey-milovidov
and
claude
committed
abe18a1
View commit details
Copy full SHA for abe18a1
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
Support writing snappy in `basic` (Hadoop block) mode
Show description for b07ce3e
alexey-milovidov
and
claude
committed
b07ce3e
View commit details
Copy full SHA for b07ce3e
View code at this point
Browse repository at this point
Commits on Jun 21, 2026
Use libdeflate for gzip/zlib/deflate compression and decompression
Show description for d7460d8
alexey-milovidov
and
claude
committed
d7460d8
View commit details
Copy full SHA for d7460d8
View code at this point
Browse repository at this point
Commits on Jun 7, 2026
Address review: thread compress_empty into SnappyWriteBuffer
Show description for 04dd580
alexey-milovidov
and
claude
committed
04dd580
View commit details
Copy full SHA for 04dd580
View code at this point
Browse repository at this point
Commits on May 30, 2026
Merge remote-tracking branch 'origin/master' into enable-snappy-http-compression
Show description for 5b259ab
alexey-milovidov
committed
5b259ab
View commit details
Copy full SHA for 5b259ab
View code at this point
Browse repository at this point
Commits on May 18, 2026
Convert `assert`s to `chassert`, so we actually assert on them in our CI
antaljanosbenjamin
committed
445dafb
View commit details
Copy full SHA for 445dafb
View code at this point
Browse repository at this point
Commits on Apr 24, 2026
Fix unused parameter warning when snappy is disabled
Show description for 540ec30
alexey-milovidov
committed
540ec30
View commit details
Copy full SHA for 540ec30
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Add `snappy_mode` setting to control snappy wire format
Show description for 08286a4
alexey-milovidov
and
claude
committed
08286a4
View commit details
Copy full SHA for 08286a4
View code at this point
Browse repository at this point
Address review feedback: fix build, preserve backward compatibility, harden reader
Show description for 3834c2b
alexey-milovidov
and
claude
committed
3834c2b
View commit details
Copy full SHA for 3834c2b
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
Address review feedback: fix build, align snappy format, improve test
Show description for 9454d59
alexey-milovidov
and
claude
committed
9454d59
View commit details
Copy full SHA for 9454d59
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
Fix: take unique_ptr by value instead of by reference
Show description for 4772c48
alexey-milovidov
and
claude
committed
4772c48
View commit details
Copy full SHA for 4772c48
View code at this point
Browse repository at this point
Enable snappy compression in HTTP interface
Show description for f17a500
alexey-milovidov
and
claude
committed
f17a500
View commit details
Copy full SHA for f17a500
View code at this point
Browse repository at this point
Commits on Nov 26, 2024
Use std::string::contains where possible
rschu1ze
committed
6762c30
View commit details
Copy full SHA for 6762c30
View code at this point
Browse repository at this point
Commits on Oct 6, 2024
Apply linter changes
thevar1able
committed
67c1e89
View commit details
Copy full SHA for 67c1e89
View code at this point
Browse repository at this point
Commits on May 29, 2024
Reapply "Remove some unnecessary `UNREACHABLE`s"
Show description for 18d432f
rschu1ze
committed
18d432f
View commit details
Copy full SHA for 18d432f
View code at this point
Browse repository at this point
Commits on May 27, 2024
Revert "Remove some unnecessary `UNREACHABLE`s"
tavplubix
authored
5a86830
View commit details
Copy full SHA for 5a86830
View code at this point
Browse repository at this point
Commits on May 17, 2024
Remove some unnecessary UNREACHABLEs
rschu1ze
committed
53e992a
View commit details
Copy full SHA for 53e992a
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
master merge adjustments
yakov-olkhovskiy
committed
45d5e29
View commit details
Copy full SHA for 45d5e29
View code at this point
Browse repository at this point
Merge branch 'master' into revert-58450-revert-56064-feature-server-iface-metrics
yakov-olkhovskiy
authored
2e124b1
View commit details
Copy full SHA for 2e124b1
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
add settings for output compression level and window size
Show description for 2e14cfb
canhld94
committed
2e14cfb
View commit details
Copy full SHA for 2e14cfb
View code at this point
Browse repository at this point
Commits on Jan 3, 2024
Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces""
yakov-olkhovskiy
authored
85f0347
View commit details
Copy full SHA for 85f0347
View code at this point
Browse repository at this point
Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"
Algunenano
authored
d491758
View commit details
Copy full SHA for d491758
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
fix
yakov-olkhovskiy
committed
e1d0994
View commit details
Copy full SHA for e1d0994
View code at this point
Browse repository at this point
Commits on Oct 27, 2023
use CH Buffer for HTTP out stream, add metrics for interfaces
yakov-olkhovskiy
committed
0cf8513
View commit details
Copy full SHA for 0cf8513
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Better formatting for exception messages (#45449)
Show description for 70d1adf
tavplubix
authored
70d1adf
View commit details
Copy full SHA for 70d1adf
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
abort instead of __builtin_unreachable in debug builds
tavplubix
committed
4175f8c
View commit details
Copy full SHA for 4175f8c
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
Merge remote-tracking branch 'origin/master' into generated-file-cleanup
rschu1ze
committed
78be400
View commit details
Copy full SHA for 78be400
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
Better order of compression methods
evillique
committed
2a4f2bf
View commit details
Copy full SHA for 2a4f2bf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.