Viewing profile — MBkkt
MBkkt
HN member- Joined
- Sun, Apr 24, 2022, 5:45 PM UTC
- HN karma
- 2
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About MBkkt
No profile information was provided.
Recent public activity
- comment
- story
-
comment
Comment #47475873
TLDR It's not our choice, but it's meaningful. Because this 5GB is single data segment and literally what you will have in Elastic/etc when you have overall TBs of data. See https:…
-
comment
Comment #41932455
It's like saying that postgres was designed for distributed setups, just because there are large postgres installations. We all understand that clickhouse (and postgres) are great …
-
comment
Comment #36656205
> some reviewers have the need to demonstrate their superior intellect/knowledge/whatever by insisting on minutia. > Few senior engineers are humble, and consider code reviews as a…
-
comment
Comment #34312925
Few weeks ago on my work we spend a week (not all but still a lot of time) to find why sort with libc++ was incorrect. As result we add similar (but a simpler check). I think alway…
-
comment
Comment #32287549
Seastar is absolutely different approach, based on shared nothing architecture. It's not bad, but you cannot easy compare some async multi threaded architecture with it. Seastar it…