HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sdairs

no profile record

Submissions

[untitled]

1 points·by sdairs·قبل 9 أيام·0 comments

Rendering ray tracing in a database (ClickHouse)

github.com
9 points·by sdairs·قبل 11 يومًا·0 comments

[untitled]

1 points·by sdairs·الشهر الماضي·0 comments

[untitled]

1 points·by sdairs·قبل 3 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 5 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 5 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 6 أشهر·0 comments

ClickHouse Acquires LibreChat

clickhouse.com
2 points·by sdairs·قبل 8 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 8 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 9 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 9 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 9 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 9 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 9 أشهر·0 comments

[untitled]

1 points·by sdairs·قبل 10 أشهر·0 comments

comments

sdairs
·قبل 16 يومًا·discuss
clickhouse is not bad at joins these days. But its true maybe clickbench needs some joins & larger data sets these days
sdairs
·قبل 22 يومًا·discuss
Yes https://clickhouse.com/blog/clickhouse-full-text-search-obje...
sdairs
·قبل 5 أشهر·discuss
It's using Vercel's skills CLI, so its not custom to these particular skills. You can just place the files yourself, too.
sdairs
·قبل 7 أشهر·discuss
https://clickhouse.com/blog?category=engineering
sdairs
·قبل 8 أشهر·discuss
Least offensive Bending Spoons acquisition to date. I don't really mind if they kill this one?
sdairs
·قبل 8 أشهر·discuss
Everything from the astral team has been superb, I don't want to use Python without ruff & uv. Yet to try "ty", anyone used it?
sdairs
·قبل 9 أشهر·discuss
Thanks for clarifying; I'm not trying to take anything away from you, I work in the OLAP space too so it's always good to see people pushing it forwards. It would be interesting to see a comparison of totally cold Vs hot caches.

Are you looking at distributed queries directly over S3? We did this in ClickHouse and can do instant virtual sharding over large data sets S3. We call it parallel replicas https://clickhouse.com/blog/clickhouse-parallel-replicas
sdairs
·قبل 9 أشهر·discuss
Chrome does suck ass, hence why I use Firefox and said I don't want to use Chrome, lol. But I want Firefox to be a good browser in its own right, not just "not Chrome". Firefox is just about over the "acceptable" line for me, as a power user for 15+ years (and under that line for most normal users) so I continue to use it, but they're neglecting it in favor of these useless AI features.
sdairs
·قبل 9 أشهر·discuss
ClickHouse is the market leader in real-time analytics so it's an interesting take that you don't think it qualifies.
sdairs
·قبل 9 أشهر·discuss
Yeah I'm not at all interested in Brave, that's a dumpster fire of it's own. And that still gives control to Google by owning the defacto implementation of browsing the internet. There needs to be an actual alternative to Chrome.
sdairs
·قبل 9 أشهر·discuss
I've used Firefox for 15 years and I really don't want to use Chrome. Can Mozilla just, like, make a good browser?
sdairs
·قبل 9 أشهر·discuss
Pretty big caveat; 5 seconds AFTER all data has been loaded into memory - over 2 minutes if you also factor reading the files from S3 and loading memory. So to get this performance you will need to run hot: 4000 CPUs and and 30TB of memory going 24/7.
sdairs
·قبل 10 أشهر·discuss
Yeah ClickHouse is written in C++, though rust is also possible https://clickhouse.com/blog/rust - would be cool to see zig!
sdairs
·قبل 10 أشهر·discuss
Yeah metrics, logs, traces and can do session replay
sdairs
·قبل 10 أشهر·discuss
ClickHouse doesn't use ZooKeeper anymore, and if you're just using a single server you don't need to worry about coordination :)

ClickStack/HyperDX is a polished OOTB stack that has an all in one image you can deploy to get started, so you don't need to worry about the ClickHouse side until you need to really scale (which is where ClickHouse really shines).
sdairs
·قبل 10 أشهر·discuss
Sounds like you should take a look at ClickStack (HyperDX) to me
sdairs
·قبل 10 أشهر·discuss
Yeah "Optimizing ClickHouse for Intel's ultra-high core count processors" is the original, unchanged article title, it's just been submitted slightly differently on HN (surprised mods haven't changed it here actually)
sdairs
·قبل 10 أشهر·discuss
We do! (and we're hiring!)
sdairs
·قبل 10 أشهر·discuss
how long until I have 288 cores under my desk I wonder?
sdairs
·قبل 10 أشهر·discuss
ClickHouse works in-process and on the CLI just like DuckDB, but also scales to hundreds of nodes - so it's really not limited to just large scale. Handling those smaller cases with a great experience is still a big focus for us