Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MBkkt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
27 ms
·
1.
▲
Optimize Norm Gathering Asm
(blog.serenedb.com)
1 points
by
MBkkt
5mo ago
|
0 comments
2.
▲
by
MBkkt
6mo ago
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://www.elastic.co/docs/de
3.
▲
by
MBkkt
2y ago
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 databases. But it's strange to call them designed
4.
▲
by
MBkkt
3y ago
> 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 collaborative effort to deliver the best po
5.
▲
by
MBkkt
4y ago
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 always do such checks isn't good (because performance reason
6.
▲
by
MBkkt
4y ago
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's something like multi process architecture, wher