Viewing profile — AlexClickHouse
AlexClickHouse
HN member- Joined
- Thu, Jan 30, 2025, 12:45 AM UTC
- HN karma
- 95
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About AlexClickHouse
No profile information was provided.
Recent public activity
-
comment
Comment #48859551
Would you like to submit to ClickBench? I can also do it if you would prefer...
-
comment
Comment #48839298
ClickHouse code style recommends unsigned in every case when you don't need the sign: https://clickhouse.com/docs/development/style
- story
- story
- story
- story
- story
- story
-
story
Show HN: A website to compare team activity on GitHub
Initially, I wanted to create a single report to motivate managers to look at GitHub issues. It didn't help (yet), but I got hooked and added more selectors and features to this re…
-
comment
Comment #45242219
I've recently implemented a similar service: https://adsb.exposed/?dataset=Birds&zoom=5 - a viewer for eBird data, where you can filter by various species and make visualizations w…
-
comment
Comment #45227786
USearch is this type of library: https://github.com/unum-cloud/usearch Used in ClickHouse and a few other DBMS.
-
comment
Comment #45227764
I've implemented a similar site a few years ago, with one crucial difference, which makes it even simpler: https://pastila.nl/ The difference is that there is no "share" button, so…
-
comment
Comment #45161690
Exactly as in MS Access, Interbase/Firebird, and dBase II.
- story
- story
- story
-
comment
Comment #44272229
Flawed methodology - incorrect results.
-
comment
Comment #44138650
Thanks for creating this issue, it is worth investigating! I see you also created similar issues in Polars: https://github.com/pola-rs/polars/issues/17932 and DuckDB: https://githu…
-
comment
Comment #43824655
ClickHouse predates Apache Arrow.
-
comment
Comment #43478606
I vaguely remember an old bug in atop, leading to a very unusual consequence. Atop will do an invalid memory write and crash with a segfault. But this writing is performed on a mem…
-
comment
Comment #42873446
ClickHouse does not allow external connections by default. If someone wants to configure an unauthenticated access from the Internet, they have to do the following extra steps: - e…