Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zX41ZdbW
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
zX41ZdbW
8d ago
I'm interested. milovidov@clickhouse.com
2.
▲
Mostik.ai – latent communication between AI models
(mostik.ai)
2 points
by
zX41ZdbW
10d ago
|
1 comments
3.
▲
by
zX41ZdbW
17d ago
Maybe share my old article with Haiku developers: https://clickhouse.com/blog/agentic-coding Could be a small chance, but it has already made many engineers reconsider their AI stance.
4.
▲
by
zX41ZdbW
19d ago
I've also built a visualizer into ClickHouse, so we can analyze its binary: https://play.clickhouse.com/binary?user=binary - which code takes more space, what dependencies are too big, or what template instantiations a
5.
▲
by
zX41ZdbW
22d ago
ClickHouse can read and visualize its own binary: https://play.clickhouse.com/binary?user=binary It is useful to understand which dependencies, libraries, and template instantiations contribute to the size.
6.
▲
JIT Compiling Code in 5μs
(malisper.me)
167 points
by
zX41ZdbW
25d ago
|
114 comments
7.
▲
Solo – a .so loader for static Linux binaries
(github.com)
204 points
by
zX41ZdbW
29d ago
|
235 comments
8.
▲
by
zX41ZdbW
1mo ago
Let's add it to ClickBench: https://github.com/ClickHouse/ClickBench/
9.
▲
by
zX41ZdbW
1mo ago
If you are interested in the AIS (ship telemetry) data, my team has created a visualization project: https://adsb.exposed/?dataset=Ships&zoom=5&lat=52.3890&lng=4...
10.
▲
by
zX41ZdbW
1mo ago
This is one of the optimizations from ClickHouse - detect ASCII and go a fast path: https://github.com/ClickHouse/ClickHouse/blob/6cde32de1a2463...
11.
▲
by
zX41ZdbW
1mo ago
All databases are hosted in VMs. Most of them only support amd64, so the host machine is also amd64 - this is the only limitation. It uses hardware virtualization, so nothing is emulated.
12.
▲
Generalized Consensus: An Alternate Approach to Distributed Durability (2025)
(multigres.com)
3 points
by
zX41ZdbW
1mo ago
|
0 comments
13.
▲
by
zX41ZdbW
1mo ago
Thanks! There is a write-up: https://clickhouse.com/blog/clickbench-playground A lot of interesting things around hosting it.
14.
▲
by
zX41ZdbW
1mo ago
Thank you for Ninja! The speed (reading the build.ninja file) was never a concern for us. If I could share a wish-list, it will be: - Fix the possibility of a segmentation fault when the build file is damaged; - Use a better order of execut
15.
▲
Show HN: ClickBench Playground – a playground for 110 database systems
(benchmark.clickhouse.com)
22 points
by
zX41ZdbW
1mo ago
|
6 comments
16.
▲
by
zX41ZdbW
1mo ago
Interesting, how does it compare with StringZilla? It has highly optimized case-fold and case-insensitive Unicode search kernels as well: https://github.com/ashvardanian/Stringzilla
17.
▲
by
zX41ZdbW
2mo ago
Thanks, merged!
18.
▲
by
zX41ZdbW
2mo ago
You should submit it to ClickBench for verification.
19.
▲
by
zX41ZdbW
2mo ago
Someone ported it to ClickHouse: https://slach.github.io/CHSimCity/ Though it looks much simpler - fewer moving parts.
20.
▲
by
zX41ZdbW
2mo ago
As a coincidence, I've just integrated Cesium into my data analytics tool two days ago, https://adsb.exposed/ Though the 3D mode gives a little bit worse image quality, so I keep 2D with Leaflet as the default.
21.
▲
by
zX41ZdbW
2mo ago
ALP has been successfully integrated into ClickHouse: https://presentations.clickhouse.com/2026-release-26.3/ , though the range of scenarios when it is reasonable to choose ALP over general-purpose compression is not s
22.
▲
by
zX41ZdbW
2mo ago
Yes, for example, the datasets at this page: https://adsb.exposed/ are indexed by the Morton curve: https://github.com/ClickHouse/adsb.exposed/#database-and-que... and https://reversedn
23.
▲
by
zX41ZdbW
2mo ago
I tried pgrust on ClickBench recently, but it didn't work at all: https://github.com/ClickHouse/ClickBench/pull/983#issuecomme...
24.
▲
by
zX41ZdbW
2mo ago
I tried pgrust on ClickBench recently, but it didn't work at all: https://github.com/ClickHouse/ClickBench/pull/983#issuecomme...
25.
▲
Shitty – A New Terminal Emulator
(github.com)
2 points
by
zX41ZdbW
2mo ago
|
0 comments
26.
▲
by
zX41ZdbW
2mo ago
This is exactly what we need! Will try: https://github.com/ClickHouse/ClickHouse/issues/108247 It will be nicer if the README focuses more on per-core performance. About the actual algorithm - will something
27.
▲
SynnoDB – Synthesizing Database engines for your workloads
(github.com)
2 points
by
zX41ZdbW
2mo ago
|
0 comments
28.
▲
Moonshot AI eyes $50B valuation, Hong Kong IPO after Kimi K3 breakthrough
(finance.yahoo.com)
5 points
by
zX41ZdbW
2mo ago
|
0 comments
29.
▲
by
zX41ZdbW
2mo ago
Why not a wildcard DNS pointing to a few Anycast IP addresses with proxies?
30.
▲
by
zX41ZdbW
2mo ago
https://github.com/ClickHouse/ClickBench/pull/983
More ›